From 9b6339bb9ca306e706cd3678691427aabfdef04b Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 28 Apr 2021 21:50:34 -0400 Subject: [PATCH] Add link to funty pin removal issue --- zebra-chain/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index e02dc24b..31c13225 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -25,6 +25,7 @@ chrono = { version = "0.4", features = ["serde"] } displaydoc = "0.2.1" fpe = "0.4" # Temporary workaround for https://github.com/myrrlyn/funty/issues/3 +# TODO: remove: https://github.com/ZcashFoundation/zebra/issues/2082 funty = "=1.1.0" futures = "0.3" group = "0.9"