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 }