Skip to content

Commit

Permalink
Merge pull request #85 from multiversx/framework-upgrade-0.54.1
Browse files Browse the repository at this point in the history
framework upgrade 0.54.1
  • Loading branch information
psorinionut authored Nov 18, 2024
2 parents b864047 + d10268a commit 374929e
Show file tree
Hide file tree
Showing 34 changed files with 350 additions and 189 deletions.
109 changes: 91 additions & 18 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 launchpad-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
path = "src/lib.rs"

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

[dependencies.multiversx-sc-modules]
version = "0.53.0"
version = "0.54.2"
8 changes: 4 additions & 4 deletions launchpad-guaranteed-tickets-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ path = "src/lib.rs"
path = "../launchpad-common"

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

[dependencies.multiversx-sc-modules]
version = "0.53.0"
version = "0.54.2"

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

[dev-dependencies.multiversx-sc-meta-lib]
version = "0.53.0"
version = "0.54.2"

[dev-dependencies.multiversx-sc-scenario]
version = "0.53.0"
version = "0.54.2"
4 changes: 2 additions & 2 deletions launchpad-guaranteed-tickets-v2/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = ".."

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

[dependencies.multiversx-sc-meta-lib]
version = "0.53.0"
version = "0.54.2"
39 changes: 25 additions & 14 deletions launchpad-guaranteed-tickets-v2/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 launchpad-guaranteed-tickets-v2/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.2"

[workspace]
members = ["."]
Loading

0 comments on commit 374929e

Please sign in to comment.