Skip to content

Commit

Permalink
remove git dependency framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Dec 13, 2024
1 parent c39322d commit 4f1fa75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 2 additions & 6 deletions ping-pong/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 1 addition & 3 deletions ping-pong/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4f1fa75

Please sign in to comment.