Update Cargo.lock for circular Milhouse reference

This commit is contained in:
Michael Sproul
2022-05-23 18:49:16 +10:00
parent f22f5218bf
commit 3b4115fdb3

1
Cargo.lock generated
View File

@@ -3711,6 +3711,7 @@ dependencies = [
[[package]] [[package]]
name = "milhouse" name = "milhouse"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/sigp/milhouse?branch=main#30c87f256deacc381fb15e39ccc4a281445f98da"
dependencies = [ dependencies = [
"derivative", "derivative",
"eth2_hashing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "eth2_hashing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",