Skip to content

Commit 727237b

Browse files
committed
Pin citrea dependencies
1 parent 113a73d commit 727237b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = { version = "1.0", default-features = false }
1818
tempfile = "3.8"
1919
tokio = { version = "1.39", features = ["full"] }
2020
toml = "0.8.0"
21-
which = "6.0.3"
21+
which = "6.0.1"
2222

2323
# Eth client dependencies
2424
alloy = { version = "0.2.1", features = ["hyper", "rpc-types-eth", "provider-http", "signers", "signer-local"] }
@@ -29,12 +29,12 @@ reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", rev = "a206e
2929
reth-rpc-types = { git = "https://github.com/paradigmxyz/reth", rev = "a206eb3690e5a51d3c797fed2a6ed722e36863eb", default-features = false, features = ["jsonrpsee-types"] }
3030

3131
# Citrea dependencies
32-
bitcoin-da = { git = "https://github.com/chainwayxyz/citrea", features = ["native"] }
33-
citrea-primitives = { git = "https://github.com/chainwayxyz/citrea" }
34-
citrea-sequencer = { git = "https://github.com/chainwayxyz/citrea" }
35-
sov-ledger-rpc = { git = "https://github.com/chainwayxyz/citrea", features = ["client"] }
36-
sov-rollup-interface = { git = "https://github.com/chainwayxyz/citrea" }
37-
sov-stf-runner = { git = "https://github.com/chainwayxyz/citrea", features = ["native"] }
32+
bitcoin-da = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d", features = ["native"] }
33+
citrea-primitives = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d" }
34+
citrea-sequencer = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d" }
35+
sov-ledger-rpc = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d", features = ["client"] }
36+
sov-rollup-interface = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d" }
37+
sov-stf-runner = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d", features = ["native"] }
3838

3939
[patch.crates-io]
4040
bitcoincore-rpc = { version = "0.18.0", git = "https://github.com/chainwayxyz/rust-bitcoincore-rpc.git", rev = "0ae498d" }

0 commit comments

Comments
 (0)