Skip to content

Commit

Permalink
Y
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz2891 committed Nov 7, 2024
1 parent 66dc59f commit 602e516
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ helpers = ["hex/serde", "hex/alloc"]
[dependencies]
casper-contract = { version = "^4.0.0", default-features = false, features = [], optional = true }
casper-types = { version = "^4.0.2", default-features = false, features = [], optional = true }
radix-common = { path = "./radixdlt-scrypto/radix-common", default-features = false, features = [], optional = true }
scrypto = { path = "./radixdlt-scrypto/scrypto", optional = true }
radix-common = { workspace = true, default-features = false, features = [], optional = true }
scrypto = { workspace = true, default-features = false, features = ["alloc"], optional = true }
sha3 = { version = "^0.10.8", default-features = false, features = ["asm"] }
k256 = { version = "^0.13.3", default-features = false, features = [], optional = true }
secp256k1 = { version = "^0.28.0", default-features = false, features = [], optional = true }
Expand Down
1 change: 0 additions & 1 deletion radixdlt-scrypto
Submodule radixdlt-scrypto deleted from 9cc9ee

0 comments on commit 602e516

Please sign in to comment.