We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bd1a8 commit eef7115Copy full SHA for eef7115
1 file changed
batcher/aligned-batcher/Cargo.toml
@@ -21,8 +21,8 @@ hex = "0.4.3"
21
dotenvy = "0.15.0"
22
anyhow = "1.0.83"
23
ethers = { tag = "v2.0.15-fix-reconnections", features = [
24
- "ws",
25
- "rustls",
+ "ws",
+ "rustls",
26
], git = "https://github.com/yetanotherco/ethers-rs.git" }
27
lambdaworks-crypto = { git = "https://github.com/lambdaclass/lambdaworks.git", rev = "efd46f0b0aea3aa95d94bba7de86cb96611b40d3", features = ["serde"] }
28
serde_yaml = "0.9.34"
0 commit comments