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"