Skip to content

Commit e02d28b

Browse files
committed
chore: add .git to lambdaworks crate git url
1 parent bb5301d commit e02d28b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

aggregation_mode/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aggregation_mode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1", features = ["time"]}
1717
sha3 = "0.10.8"
1818
reqwest = { version = "0.12" }
1919
ciborium = "=0.2.2"
20-
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
20+
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
2121
# Necessary for the VerificationData type
2222
aligned-sdk = { path = "../batcher/aligned-sdk/" }
2323
# zkvms

aggregation_mode/aggregation_programs/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aggregation_mode/aggregation_programs/risc0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serde_json = "1.0.117"
1010
# Unstable feature is necessary for tiny-keccak patch, see: https://dev.risczero.com/api/zkvm/precompiles#stability
1111
risc0-zkvm = { git = "https://github.com/risc0/risc0", tag="v2.0.0", default-features = false, features = ["unstable", "std"] }
1212
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
13-
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
13+
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
1414

1515
[lib]
1616
path = "./src/lib.rs"

aggregation_mode/aggregation_programs/sp1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", tag = "sha2-v
1010
sha3 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", tag = "sha3-v0.10.8-patch-v1" }
1111
serde = { version = "1.0.203", features = ["derive"] }
1212
serde_json = "1.0.117"
13-
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
13+
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
1414

1515
[lib]
1616
path = "./src/lib.rs"

batcher/aligned-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1.37.0", features = [
1717
"rt-multi-thread",
1818
"sync",
1919
] }
20-
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
20+
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "5f8f2cfcc8a1a22f77e8dff2d581f1166eefb80b", features = ["serde"]}
2121
serde = { version = "1.0.201", features = ["derive"] }
2222
sha3 = { version = "0.10.8" }
2323
url = "2.5.0"

0 commit comments

Comments
 (0)