Skip to content

Commit

Permalink
Framework upgrade 0.52.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Aug 6, 2024
1 parent a56be9c commit cfee653
Show file tree
Hide file tree
Showing 169 changed files with 492 additions and 492 deletions.
24 changes: 12 additions & 12 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.52.1"
version = "0.52.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.1"
version = "0.52.3"
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.1"
version = "0.52.3"
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.1"
version = "0.52.3"
default-features = false
12 changes: 6 additions & 6 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.1"
version = "0.52.3"

[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.1"
version = "0.52.3"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.1"
version = "0.52.3"
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.1"
version = "0.52.3"
default-features = false
16 changes: 8 additions & 8 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.1"
version = "0.52.3"

[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.1"
version = "0.52.3"

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

[dependencies.multiversx-sc-modules]
version = "0.52.1"
version = "0.52.3"
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.1"
version = "0.52.3"
default-features = false
16 changes: 8 additions & 8 deletions contracts/check-pause/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/check-pause/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 = ["."]
4 changes: 2 additions & 2 deletions contracts/crowdfunding-esdt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ publish = false
path = "src/crowdfunding_esdt.rs"

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

[dev-dependencies]
num-bigint = "0.4.2"
num-traits = "0.2"
hex = "0.4"

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.1"
version = "0.52.3"
2 changes: 1 addition & 1 deletion contracts/crowdfunding-esdt/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.1"
version = "0.52.3"
default-features = false
12 changes: 6 additions & 6 deletions contracts/crowdfunding-esdt/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/crowdfunding-esdt/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 = ["."]
4 changes: 2 additions & 2 deletions contracts/crypto-bubbles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = "src/crypto_bubbles.rs"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.1"
version = "0.52.3"
2 changes: 1 addition & 1 deletion contracts/crypto-bubbles/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.1"
version = "0.52.3"
default-features = false
Loading

0 comments on commit cfee653

Please sign in to comment.