Skip to content

Commit

Permalink
chore: update mx-sdk-rs v
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed Mar 19, 2024
1 parent 6966554 commit 82e2a24
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-mx-life-bonding-sc"
version = "0.0.0"
version = "1.0.0"
authors = ["Bucur David - Itheum"]
edition = "2021"
publish = false
Expand All @@ -9,10 +9,10 @@ publish = false
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "0.47.4"
version = "0.47.5"

[dev-dependencies.multiversx-sc-scenario]
version = "0.47.4"
version = "0.47.5"

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "core-mx-life-bonding-sc-meta"
version = "0.0.0"
version = "1.0.0"
edition = "2021"
publish = false

[dependencies.core-mx-life-bonding-sc]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.47.4"
version = "0.47.5"
default-features = false
14 changes: 7 additions & 7 deletions 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 wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.47.4"
version = "0.47.5"

[workspace]
members = ["."]

0 comments on commit 82e2a24

Please sign in to comment.