Skip to content

Commit

Permalink
upgrade to v0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed Jan 23, 2025
1 parent b42312e commit 5cfbaf8
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ publish = false
path = "src/accumulator.rs"

[dependencies.multiversx-sc]
version = "0.55.0"
version = "0.56.0"

[dev-dependencies]
num-bigint = "0.4.6"

[dev-dependencies.multiversx-sc-scenario]
version = "0.55.0"
version = "0.56.0"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.55.0"
version = "0.56.0"
default-features = false
20 changes: 10 additions & 10 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.55.0"
version = "0.56.0"

[workspace]
members = ["."]

0 comments on commit 5cfbaf8

Please sign in to comment.