Skip to content

Commit

Permalink
Merge pull request #96 from multiversx/framework-upgrade-0.52.0
Browse files Browse the repository at this point in the history
Framework upgrade 0.52.1
  • Loading branch information
CostinCarabas authored Jul 31, 2024
2 parents 5478c6e + 550de89 commit 64bd0c9
Show file tree
Hide file tree
Showing 170 changed files with 1,252 additions and 1,002 deletions.
50 changes: 25 additions & 25 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 contracts/adder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = "src/adder.rs"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.51.1"
version = "0.52.1"
2 changes: 1 addition & 1 deletion contracts/adder/interact/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ features = ["derive"]
path = ".."

[dependencies.multiversx-sc-snippets]
version = "0.51.1"
version = "0.52.1"
2 changes: 1 addition & 1 deletion contracts/adder/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
24 changes: 12 additions & 12 deletions contracts/adder/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/adder/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 = ["."]
6 changes: 3 additions & 3 deletions contracts/bonding-curve-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ publish = false
path = "src/bonding_curve_contract.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.multiversx-sc-scenario]
version = "0.51.1"
version = "0.52.1"
2 changes: 1 addition & 1 deletion contracts/bonding-curve-contract/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,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/bonding-curve-contract/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/bonding-curve-contract/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 = ["."]
6 changes: 3 additions & 3 deletions contracts/check-pause/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ path = "src/check_pause.rs"
num-bigint = "0.4.2"

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

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

[dependencies.multiversx-sc-modules]
version = "0.51.1"
version = "0.52.1"
2 changes: 1 addition & 1 deletion contracts/check-pause/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors = ["Alin Cruceat <[email protected]>"]
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.51.1"
version = "0.52.1"
default-features = false
Loading

0 comments on commit 64bd0c9

Please sign in to comment.