mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Point to Milhouse Github
This commit is contained in:
@@ -19,7 +19,7 @@ typenum = "1.12.0"
|
|||||||
arbitrary = { version = "1.0", features = ["derive"], optional = true }
|
arbitrary = { version = "1.0", features = ["derive"], optional = true }
|
||||||
derivative = "2.1.1"
|
derivative = "2.1.1"
|
||||||
smallvec = "1.8.0"
|
smallvec = "1.8.0"
|
||||||
milhouse = { path = "../../../milhouse" }
|
milhouse = { git = "https://github.com/sigp/milhouse", branch = "main" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.58"
|
serde_json = "1.0.58"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ itertools = "0.10.0"
|
|||||||
superstruct = "0.4.0"
|
superstruct = "0.4.0"
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.74"
|
||||||
smallvec = "1.8.0"
|
smallvec = "1.8.0"
|
||||||
milhouse = { path = "../../../milhouse" }
|
milhouse = { git = "https://github.com/sigp/milhouse", branch = "main" }
|
||||||
rpds = "0.11.0"
|
rpds = "0.11.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user