Skip to content

Commit

Permalink
release v2.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 10, 2024
1 parent 112a0fd commit 30379b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ exclude = ["derive", "test_helpers"]

[dependencies]
amplify = { workspace = true, features = ["proc_attr"] }
strict_encoding_derive = { version = "2.7.0-beta.3", path = "derive" }
strict_encoding_derive = { version = "2.7.0-rc.1", path = "derive" }
half = { version = "2.4.1", optional = true }
serde_crate = { workspace = true, optional = true }

[dev-dependencies]
amplify = { workspace = true, features = ["proc_attr", "hex"] }
strict_encoding_test = { version = "2.7.0-beta.1", path = "./test_helpers" }
strict_encoding_test = { path = "./test_helpers" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 30379b5

Please sign in to comment.