Skip to content

Commit

Permalink
chore: multiversx_sc crate version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Mar 28, 2024
1 parent 4ed03e9 commit f840847
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ publish = false
path = "src/lib.rs"

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

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

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.47.5"
version = "0.47.8"
default-features = false
12 changes: 6 additions & 6 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.5"
version = "0.47.8"

[workspace]
members = ["."]

0 comments on commit f840847

Please sign in to comment.