From 4747112118f33213b7dba91afa846f2b7d0caf67 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 14 Feb 2021 09:24:15 -0700 Subject: [PATCH] Downgrade to funty 1.1.0 to fix CI. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d9ec9ff..25c9445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,9 @@ blake2b_simd = "0.5" lazy_static = "1.4.0" static_assertions = "1.1.0" +# Temporary workaround for https://github.com/myrrlyn/funty/issues/3 +funty = "=1.1.0" + # Developer tooling dependencies plotters = { version = "0.3.0", optional = true } tabbycat = { version = "0.1", features = ["attributes"], optional = true }