Skip to content

Commit

Permalink
Framework upgrade 0.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Aug 1, 2024
1 parent dbe90fb commit a1e9c73
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions contracts/potlock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ readme = "README.md"
path = "src/potlock.rs"

[dependencies.multiversx-sc]
version = "0.51.1"
version = "0.52.1"

[dependencies.multiversx-sc-modules]
version = "=0.51.1"
version = "=0.52.1"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.51.1"
version = "0.52.1"
4 changes: 2 additions & 2 deletions contracts/potlock/interact-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ toml = "0.8.6"
path = ".."

[dependencies.multiversx-sc-snippets]
version = "0.51.1"
version = "0.52.1"

[dependencies.multiversx-sc]
version = "0.51.1"
version = "0.52.1"

[dependencies.clap]
version = "4.4.7"
Expand Down
2 changes: 1 addition & 1 deletion contracts/potlock/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.51.1"
version = "0.52.1"
default-features = false
28 changes: 14 additions & 14 deletions contracts/potlock/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 contracts/potlock/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.51.1"
version = "0.52.1"

[workspace]
members = ["."]

0 comments on commit a1e9c73

Please sign in to comment.