From 66f01607f2e74a9c8c08354e4103adde4d64d815 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 8 Aug 2023 11:24:57 +1000 Subject: [PATCH] Update to upstream milhouse --- Cargo.lock | 2 +- consensus/types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd7841b64d5..f8345577fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "milhouse" version = "0.1.0" -source = "git+https://github.com/sigp/milhouse?branch=cow-make-mut#ac0240bfd4063cedc249a6a7348904871aeebc8f" +source = "git+https://github.com/sigp/milhouse?branch=main#d106d79a434967f4c112bbcf8591fcc7e21baad9" dependencies = [ "arbitrary", "derivative", diff --git a/consensus/types/Cargo.toml b/consensus/types/Cargo.toml index 6c468749e4e..c78725383c2 100644 --- a/consensus/types/Cargo.toml +++ b/consensus/types/Cargo.toml @@ -50,7 +50,7 @@ superstruct = "0.7.0" metastruct = "0.1.1" serde_json = "1.0.74" smallvec = "1.8.0" -milhouse = { git = "https://github.com/sigp/milhouse", branch = "cow-make-mut" } +milhouse = { git = "https://github.com/sigp/milhouse", branch = "main" } rpds = "0.11.0" serde_with = "1.13.0" maplit = "1.0.2"