diff --git a/consensus/ssz_types/Cargo.toml b/consensus/ssz_types/Cargo.toml index bf1febef38..8fc4060963 100644 --- a/consensus/ssz_types/Cargo.toml +++ b/consensus/ssz_types/Cargo.toml @@ -19,7 +19,7 @@ typenum = "1.12.0" arbitrary = { version = "1.0", features = ["derive"], optional = true } derivative = "2.1.1" smallvec = "1.8.0" -milhouse = { path = "../../../milhouse" } +milhouse = { git = "https://github.com/sigp/milhouse", branch = "main" } [dev-dependencies] serde_json = "1.0.58" diff --git a/consensus/types/Cargo.toml b/consensus/types/Cargo.toml index da05f7b75f..fbed09407e 100644 --- a/consensus/types/Cargo.toml +++ b/consensus/types/Cargo.toml @@ -46,7 +46,7 @@ itertools = "0.10.0" superstruct = "0.4.0" serde_json = "1.0.74" smallvec = "1.8.0" -milhouse = { path = "../../../milhouse" } +milhouse = { git = "https://github.com/sigp/milhouse", branch = "main" } rpds = "0.11.0" [dev-dependencies]