Skip to content

Commit

Permalink
framework upgrade 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Nov 14, 2024
1 parent b864047 commit f3dc412
Show file tree
Hide file tree
Showing 34 changed files with 298 additions and 137 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.

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.1"

[dependencies.multiversx-sc-modules]
version = "0.53.0"
version = "0.54.1"
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.1"

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

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.53.0"
version = "0.54.1"
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.1"

[dependencies.multiversx-sc-meta-lib]
version = "0.53.0"
version = "0.54.1"
27 changes: 19 additions & 8 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.1"

[workspace]
members = ["."]
8 changes: 4 additions & 4 deletions launchpad-guaranteed-tickets/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.1"

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

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.53.0"
version = "0.54.1"
4 changes: 2 additions & 2 deletions launchpad-guaranteed-tickets/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.1"

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

0 comments on commit f3dc412

Please sign in to comment.