Skip to content

Commit

Permalink
Merge pull request #174 from multiversx/beta-fw-upgrade
Browse files Browse the repository at this point in the history
FW upgrade to 0.54.1
  • Loading branch information
andreiblt1304 authored Nov 14, 2024
2 parents ae4bca4 + d1851ad commit f6867d5
Show file tree
Hide file tree
Showing 48 changed files with 388 additions and 161 deletions.
101 changes: 87 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions chain-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ path = "src/lib.rs"
num-bigint = "0.4.2"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.53.0"
version = "=0.54.1"

[dependencies.multiversx-sc]
version = "=0.53.0"
version = "=0.54.1"

[dependencies.multiversx-sc-modules]
version = "=0.53.0"
version = "=0.54.1"
2 changes: 1 addition & 1 deletion chain-config/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-lib]
version = "=0.53.0"
version = "=0.54.1"
27 changes: 19 additions & 8 deletions chain-config/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 chain-config/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.53.0"
version = "=0.54.1"

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions chain-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ path = "src/lib.rs"
num-bigint = "0.4.2"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.53.0"
version = "=0.54.1"

[dependencies.multiversx-sc]
version = "=0.53.0"
version = "=0.54.1"

[dependencies.utils]
path = "../common/utils"
Expand Down
2 changes: 1 addition & 1 deletion chain-factory/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-lib]
version = "=0.53.0"
version = "=0.54.1"
27 changes: 19 additions & 8 deletions chain-factory/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 chain-factory/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.53.0"
version = "=0.54.1"

[workspace]
members = ["."]
Loading

0 comments on commit f6867d5

Please sign in to comment.