diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5abacbf..04bb65a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -16,7 +16,7 @@ jobs: uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@72dc7659e6945c8749d01ec28638843bae33437e with: rust-toolchain: stable - sc-meta-hash-git: 51791cb3c23f8084e97c5ef0af82a9d16ab70cb9 + sc-meta-hash-git: ca051fc3d0c03ec1ce5624cf81bdada57b5fc3e2 mx-scenario-go-version: v3.0.0 enable-contracts-size-report: false secrets: diff --git a/ping-pong/Cargo.toml b/ping-pong/Cargo.toml index d44e121..4b7804e 100644 --- a/ping-pong/Cargo.toml +++ b/ping-pong/Cargo.toml @@ -9,11 +9,7 @@ publish = false path = "src/ping_pong.rs" [dependencies.multiversx-sc] -version = "=0.54.6" -git = "https://github.com/multiversx/mx-sdk-rs" -rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9" +version = "0.54.6" [dev-dependencies.multiversx-sc-scenario] -version = "=0.54.6" -git = "https://github.com/multiversx/mx-sdk-rs" -rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9" +version = "0.54.6" diff --git a/ping-pong/meta/Cargo.toml b/ping-pong/meta/Cargo.toml index fc4d53a..a106cb4 100644 --- a/ping-pong/meta/Cargo.toml +++ b/ping-pong/meta/Cargo.toml @@ -9,6 +9,4 @@ publish = false path = ".." [dependencies.multiversx-sc-meta-lib] -version = "=0.54.6" -git = "https://github.com/multiversx/mx-sdk-rs" -rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9" +version = "0.54.6"