Skip to content

Commit

Permalink
fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Dec 11, 2024
1 parent a664b83 commit a63d2f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@e07a1931c73455cf0e35666a89023ba9286c4353
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@f201389fd36a5b315303a11062b089e10b99d6f5
with:
rust-toolchain: stable
mx-scenario-go-version: v3.0.0
Expand Down
8 changes: 6 additions & 2 deletions ping-pong/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ publish = false
path = "src/ping_pong.rs"

[dependencies.multiversx-sc]
version = "0.54.6"
version = "=0.54.6"
git = "https://github.com/multiversx/mx-sdk-rs"
rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.6"
version = "=0.54.6"
git = "https://github.com/multiversx/mx-sdk-rs"
rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9"
4 changes: 3 additions & 1 deletion ping-pong/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.6"
version = "=0.54.6"
git = "https://github.com/multiversx/mx-sdk-rs"
rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9"

0 comments on commit a63d2f5

Please sign in to comment.