Skip to content

Commit

Permalink
update multiversx components version
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 7, 2024
1 parent 3359f81 commit 68f668b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
14 changes: 12 additions & 2 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 framework/snippets-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-sc-snippets-base"
version = "0.53.1"
version = "0.53.2"
edition = "2021"

authors = ["MultiversX <[email protected]>"]
Expand All @@ -22,7 +22,7 @@ futures = "0.3"
anyhow = "1.0.44"

[dependencies.multiversx-sc-scenario]
version = "=0.53.1"
version = "=0.53.2"
path = "../scenario"

[dependencies.multiversx-chain-scenario-format]
Expand Down
6 changes: 3 additions & 3 deletions framework/snippets-dapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-sc-snippets-dapp"
version = "0.53.1"
version = "0.53.2"
edition = "2021"

authors = ["MultiversX <[email protected]>"]
Expand All @@ -24,15 +24,15 @@ env_logger = "0.11"
futures = "0.3"

[dependencies.multiversx-sc-scenario]
version = "=0.53.1"
version = "=0.53.2"
path = "../scenario"

[dependencies.multiversx-chain-scenario-format]
version = "0.23.0"
path = "../../sdk/scenario-format"

[dependencies.multiversx-sc-snippets-base]
version = "=0.53.1"
version = "=0.53.2"
path = "../snippets-base"

[dependencies.multiversx-sdk-dapp]
Expand Down
2 changes: 1 addition & 1 deletion framework/snippets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version = "0.23.0"
path = "../../sdk/scenario-format"

[dependencies.multiversx-sc-snippets-base]
version = "=0.53.1"
version = "=0.53.2"
path = "../snippets-base"

[dependencies.multiversx-sdk]
Expand Down

0 comments on commit 68f668b

Please sign in to comment.