Skip to content

Commit

Permalink
Update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Jul 29, 2024
1 parent f7e8290 commit 481d213
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.3.0" # Also update in [dependencies.rust-cc-derive.version]
version = "0.4.0" # Also update in [dependencies.rust-cc-derive.version]
authors = ["fren_gor <goro@frengor.com>"]
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.3.0", optional = true }
rust-cc-derive = { path = "./derive", version = "=0.4.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 481d213

Please sign in to comment.