Skip to content

Commit

Permalink
scrypto 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz2891 committed Nov 28, 2024
1 parent b374324 commit f4ae51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ radix-common = { version = "^1.3.0", default-features = false, features = [], op
scrypto = { version = "^1.3.0", optional = true }
sha3 = { version = "^0.10.8", default-features = false, features = ["asm"] }
k256 = { version = "^0.13.4", default-features = false, features = [], optional = true }
secp256k1 = { version = "^0.30.0", default-features = false, features = [], optional = true }
secp256k1 = { version = "^0.29.1", default-features = false, features = [], optional = true }
hex = { version = "^0.4.3", default-features = false, features = [], optional = true }
primitive-types = { version = "^0.13.1", optional = true }

Expand Down

0 comments on commit f4ae51f

Please sign in to comment.