Skip to content

Commit

Permalink
potlock: Framework upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Aug 14, 2024
1 parent f074305 commit 3bc8bf5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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.52.1"
version = "0.52.3"

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.1"
version = "0.52.3"
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.52.1"
version = "0.52.3"

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

[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.52.1"
version = "0.52.3"
default-features = false
16 changes: 8 additions & 8 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.52.1"
version = "0.52.3"

[workspace]
members = ["."]

0 comments on commit 3bc8bf5

Please sign in to comment.