Skip to content

Commit

Permalink
Framework upgrade 0.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 2, 2024
1 parent 726ee8f commit 5e42362
Show file tree
Hide file tree
Showing 162 changed files with 1,682 additions and 1,593 deletions.
998 changes: 522 additions & 476 deletions Cargo.lock

Large diffs are not rendered by default.

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.52.3"
version = "0.53.2"

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.3"
version = "0.53.2"
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.52.3"
version = "0.53.2"
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.52.3"
version = "0.53.2"
default-features = false
44 changes: 22 additions & 22 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.52.3"
version = "0.53.2"

[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.52.3"
version = "0.53.2"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.3"
version = "0.53.2"
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.52.3"
version = "0.53.2"
default-features = false
48 changes: 24 additions & 24 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.52.3"
version = "0.53.2"

[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.52.3"
version = "0.53.2"

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

[dependencies.multiversx-sc-modules]
version = "0.52.3"
version = "0.53.2"
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.52.3"
version = "0.53.2"
default-features = false
Loading

0 comments on commit 5e42362

Please sign in to comment.