We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebb4bc commit 5989392Copy full SHA for 5989392
operator/merkle_tree/lib/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
serde = { version = "1.0.201", features = ["derive"] }
8
serde_json = "1.0.117"
9
bincode = "1.3.3"
10
-lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"] }
+lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", tag = "v0.13.0", features = ["serde"] }
11
hex = "0.4.3"
12
sha3 = "0.10.8"
13
aligned-sdk = { path = "../../../crates/sdk" }
0 commit comments