Skip to content

Commit

Permalink
Fix cargo lock files.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 9, 2024
1 parent 8ceafc1 commit acf67f4
Show file tree
Hide file tree
Showing 17 changed files with 1,549 additions and 94 deletions.
1,326 changes: 1,326 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esdt-system-sc-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
[lib]
path = "src/esdt_system_sc_mock.rs"
[dependencies.multiversx-sc]
version = "0.41.3"
version = "=0.41.3"
[dev-dependencies.multiversx-sc-scenario]
version = "0.41.3"
version = "=0.41.3"
2 changes: 1 addition & 1 deletion esdt-system-sc-mock/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.41.3"
version = "=0.41.3"
68 changes: 50 additions & 18 deletions esdt-system-sc-mock/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 esdt-system-sc-mock/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ panic = "abort"
path = ".."

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

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions nft-minter-deployer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "../nft-minter"
version = "=0.41.3"

[dependencies.multiversx-sc-modules]
version = "0.41.3"
version = "=0.41.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.41.3"
version = "=0.41.3"
2 changes: 1 addition & 1 deletion nft-minter-deployer/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.41.3"
version = "=0.41.3"
76 changes: 54 additions & 22 deletions nft-minter-deployer/wasm/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 nft-minter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ publish = false
[lib]
path = "src/lib.rs"
[dependencies.multiversx-sc]
version = "0.41.3"
version = "=0.41.3"

[dev-dependencies]
num-bigint = "0.4.2"
num-traits = "0.2"
hex = "0.4"

[dependencies.multiversx-sc-modules]
version = "0.41.3"
version = "=0.41.3"

[dev-dependencies.esdt-system-sc-mock]
path = "../esdt-system-sc-mock"

[dev-dependencies.multiversx-sc-scenario]
version = "0.41.3"
version = "=0.41.3"
2 changes: 1 addition & 1 deletion nft-minter/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ authors = ["Dorin Marian Iancu, [email protected]"]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.41.3"
version = "=0.41.3"
Loading

0 comments on commit acf67f4

Please sign in to comment.