Skip to content

Commit

Permalink
Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Aug 27, 2024
1 parent 74b10fb commit 422adaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition.workspace = true
members = ["derive"]

[workspace.package]
version = "0.5.0" # Also update in [dependencies.rust-cc-derive.version]
version = "0.6.0" # Also update in [dependencies.rust-cc-derive.version]
authors = ["fren_gor <[email protected]>"]
repository = "https://github.com/frengor/rust-cc"
categories = ["memory-management", "no-std"]
Expand Down Expand Up @@ -49,7 +49,7 @@ std = ["slotmap?/std", "thiserror/std"]
pedantic-debug-assertions = []

[dependencies]
rust-cc-derive = { path = "./derive", version = "=0.5.0", optional = true }
rust-cc-derive = { path = "./derive", version = "=0.6.0", optional = true }
slotmap = { version = "1.0", optional = true }
thiserror = { version = "1.0", package = "thiserror-core", default-features = false }

Expand Down

0 comments on commit 422adaa

Please sign in to comment.