From d999463d26671d189bdec48ab824cd344c6bb40f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 22 Feb 2021 19:15:37 +0000 Subject: [PATCH] Add temporary workaround for funty breakage --- zcash_primitives/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index 1b1492682..38c1e0ac5 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -38,6 +38,9 @@ secp256k1 = { version = "0.19", optional = true } sha2 = "0.9" subtle = "2.2.3" +# Temporary workaround for https://github.com/myrrlyn/funty/issues/3 +funty = "=1.1.0" + [dev-dependencies] criterion = "0.3" hex-literal = "0.2"