Skip to content

Commit

Permalink
Framework upgrade 0.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Dec 19, 2023
1 parent 0dfc06b commit ebfb4a7
Show file tree
Hide file tree
Showing 136 changed files with 718 additions and 1,058 deletions.
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.45.1"
version = "0.45.2"

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

[dependencies.multiversx-sc-snippets]
version = "0.45.1"
version = "0.45.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]
version = "0.45.1"
version = "0.45.2"
default-features = false
41 changes: 15 additions & 26 deletions contracts/adder/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion contracts/adder/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ opt-level = "z"
lto = true
debug = false
panic = "abort"
overflow-checks = false

[dependencies.adder]
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.45.1"
version = "0.45.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.45.1"
version = "0.45.2"

[dependencies.multiversx-sc-modules]
version = "0.45.1"
version = "0.45.2"

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.1"
version = "0.45.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]
version = "0.45.1"
version = "0.45.2"
default-features = false
45 changes: 17 additions & 28 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.

3 changes: 2 additions & 1 deletion contracts/bonding-curve-contract/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ opt-level = "z"
lto = true
debug = false
panic = "abort"
overflow-checks = false

[dependencies.bonding-curve-contract]
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.45.1"
version = "0.45.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.45.1"
version = "0.45.2"

[dependencies.multiversx-sc]
version = "0.45.1"
version = "0.45.2"

[dependencies.multiversx-sc-modules]
version = "0.45.1"
version = "0.45.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]
version = "0.45.1"
version = "0.45.2"
default-features = false
Loading

0 comments on commit ebfb4a7

Please sign in to comment.