Skip to content

Commit

Permalink
Framework upgrade 0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Jan 5, 2024
1 parent b7717ae commit d6d2ff2
Show file tree
Hide file tree
Showing 25 changed files with 327 additions and 270 deletions.
4 changes: 2 additions & 2 deletions bridge-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ path = "../common/transaction"
path = "../common/eth-address"

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.2"
version = "0.46.0"
2 changes: 1 addition & 1 deletion bridge-proxy/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ authors = ["you"]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.45.2"
version = "0.46.0"
79 changes: 6 additions & 73 deletions bridge-proxy/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 bridge-proxy/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.45.2"
version = "0.46.0"

[workspace]
members = ["."]
6 changes: 3 additions & 3 deletions bridged-tokens-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ path = "src/lib.rs"
path = "../common/transaction"

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.2"
version = "0.46.0"
2 changes: 1 addition & 1 deletion bridged-tokens-wrapper/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.2"
version = "0.46.0"
default-features = false
83 changes: 8 additions & 75 deletions bridged-tokens-wrapper/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 bridged-tokens-wrapper/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.45.2"
version = "0.46.0"

[workspace]
members = ["."]
2 changes: 1 addition & 1 deletion common/eth-address/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "0.45.2"
version = "0.46.0"
4 changes: 2 additions & 2 deletions common/fee-estimator-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.2"
version = "0.46.0"
4 changes: 2 additions & 2 deletions common/max-bridged-amount-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.2"
version = "0.46.0"
4 changes: 2 additions & 2 deletions common/token-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
path = "../fee-estimator-module"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.2"
version = "0.46.0"
2 changes: 1 addition & 1 deletion common/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ path = "src/lib.rs"
path = "../eth-address"

[dependencies.multiversx-sc]
version = "0.45.2"
version = "0.46.0"
4 changes: 2 additions & 2 deletions common/tx-batch-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ authors = ["dorin-iancu <[email protected]>"]
edition = "2018"

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

[dependencies.transaction]
path = "../transaction"

[dev-dependencies.multiversx-sc-scenario]
version = "0.45.2"
version = "0.46.0"
Loading

0 comments on commit d6d2ff2

Please sign in to comment.