Skip to content

Commit 3b08ff4

Browse files
committed
Fix the upstream commit
1 parent c87ffa2 commit 3b08ff4

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.7", features = ["ws"] }
1818
bytes = "1.6"
19-
eth2 = { git = "https://github.com/sigp/lighthouse.git", branch = "unstable" }
19+
eth2 = { git = "https://github.com/sigp/lighthouse.git", rev = "c33307d70287fd3b7a70785f89dadcb737214903" }
2020
ethereum_serde_utils = "0.7"
2121
ethereum_ssz = "0.7"
2222
ethereum_ssz_derive = "0.7"
@@ -30,5 +30,5 @@ superstruct = "0.8"
3030
tokio = { version = "1", default-features = false, features = ["signal", "rt-multi-thread"] }
3131
tokio-tungstenite = "0.24.0"
3232
tracing = { version = "0.1", features = ["attributes"] }
33-
types = { git = "https://github.com/sigp/lighthouse.git", branch = "unstable" }
33+
types = { git = "https://github.com/sigp/lighthouse.git", rev = "c33307d70287fd3b7a70785f89dadcb737214903" }
3434
rand = "0.8"

0 commit comments

Comments
 (0)