Skip to content

Commit 2269306

Browse files
committed
change bincode link
1 parent ad2a380 commit 2269306

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/provers/stark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ miden-core = { git = "https://github.com/lambdaclass/miden-vm", optional = true
2020
rand = "0.8.5"
2121
thiserror = "1.0.38"
2222
log = "0.4.17"
23-
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://github.com/bincode-org/bincode.git" }
23+
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://git.sr.ht/~stygianentity/bincode" }
2424
sha3 = "0.10.6"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"

examples/merkle-tree-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ lambdaworks-crypto = { workspace = true, features = ["serde"]}
1515
lambdaworks-math = { workspace = true, features = ["lambdaworks-serde-string"] }
1616
serde = { version = "1.0" }
1717
serde_json = "1"
18-
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://github.com/bincode-org/bincode.git", features= ['serde'] }
18+
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://git.sr.ht/~stygianentity/bincode", features= ['serde'] }

examples/prove-miden/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stark-platinum-prover = { git = "https://github.com/lambdaclass/lambdaworks" , b
1717

1818
serde = { version = "1.0" }
1919
serde_json = "1"
20-
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://github.com/bincode-org/bincode.git", features= ['serde'] }
20+
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://git.sr.ht/~stygianentity/bincode", features= ['serde'] }
2121
miden-core = { package = "miden-core" , version = "0.7"}
2222
miden-assembly = { package = "miden-assembly", version = "0.7" }
2323
miden-processor = { package = "miden-processor", version = "0.7" }

0 commit comments

Comments
 (0)