Skip to content

Commit

Permalink
FW-upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Baltariu <[email protected]>
  • Loading branch information
andreiblt1304 committed Dec 27, 2024
1 parent 2e233d8 commit bb3469c
Show file tree
Hide file tree
Showing 83 changed files with 326 additions and 324 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.

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.54.5"
version = "=0.54.6"

[dependencies.multiversx-sc]
version = "=0.54.5"
version = "=0.54.6"

[dependencies.multiversx-sc-modules]
version = "=0.54.5"
version = "=0.54.6"

[dependencies.transaction]
path = "../common/transaction"
Expand Down
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.54.5"
version = "=0.54.6"
18 changes: 9 additions & 9 deletions chain-config/wasm-chain-config-full/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-chain-config-full/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.54.5"
version = "=0.54.6"

[workspace]
members = ["."]
18 changes: 9 additions & 9 deletions chain-config/wasm-chain-config-view/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-chain-config-view/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.54.5"
version = "=0.54.6"

[workspace]
members = ["."]
18 changes: 9 additions & 9 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.54.5"
version = "=0.54.6"

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.54.5"
version = "=0.54.6"

[dependencies.multiversx-sc]
version = "=0.54.5"
version = "=0.54.6"

[dependencies.multiversx-sc-modules]
version = "=0.54.5"
version = "=0.54.6"

[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.54.5"
version = "=0.54.6"
18 changes: 9 additions & 9 deletions chain-factory/wasm-chain-factory-full/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-chain-factory-full/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.54.5"
version = "=0.54.6"

[workspace]
members = ["."]
Loading

0 comments on commit bb3469c

Please sign in to comment.