Skip to content

Commit 8b2dcdc

Browse files
committed
Update lighthouse version
1 parent 9eb26c6 commit 8b2dcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
async-trait = "0.1"
1717
axum = { version = "0.8", features = ["ws"] }
1818
bytes = "1.6"
19-
eth2 = { git = "https://github.com/sigp/lighthouse.git", rev = "36effbb6e6c443332f9a9564c96ef36ee6ecc1d1" }
19+
eth2 = { git = "https://github.com/sigp/lighthouse.git", rev = "1e84f6bd93fd626f3252c6e9ff1ed41edb39737d" }
2020
ethereum_serde_utils = "0.7"
2121
ethereum_ssz = "0.7"
2222
ethereum_ssz_derive = "0.7"
@@ -31,5 +31,5 @@ superstruct = "0.8"
3131
tokio = { version = "1", default-features = false, features = ["signal", "rt-multi-thread"] }
3232
tokio-tungstenite = "0.24.0"
3333
tracing = { version = "0.1", features = ["attributes"] }
34-
types = { git = "https://github.com/sigp/lighthouse.git", rev = "36effbb6e6c443332f9a9564c96ef36ee6ecc1d1" }
34+
types = { git = "https://github.com/sigp/lighthouse.git", rev = "1e84f6bd93fd626f3252c6e9ff1ed41edb39737d" }
3535
rand = "0.8"

0 commit comments

Comments
 (0)