Skip to content

Commit 44505a3

Browse files
committed
Update dependencies to unstable lighthouse
1 parent 6141ac6 commit 44505a3

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/pawanjay176/lighthouse.git", rev = "6d10456912b3c39b8a8c9089db76e8ead20608a0" }
19+
eth2 = { git = "https://github.com/sigp/lighthouse.git", branch = "unstable" }
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/pawanjay176/lighthouse.git", rev = "6d10456912b3c39b8a8c9089db76e8ead20608a0" }
33+
types = { git = "https://github.com/sigp/lighthouse.git", branch = "unstable" }
3434
rand = "0.8"

0 commit comments

Comments
 (0)