From db698a4c7bdef756268321bda455e28f829026cf Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 15 Feb 2021 09:20:51 +0100 Subject: Force "funty" to 1.1.0 This forces the transitive dependency of "bitvec", named "funty", to 1.1.0. Rationale: https://github.com/bitvecto-rs/bitvec/issues/105#issuecomment-778570981 Signed-off-by: Matthias Beyer --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 52c0122..a04651c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,3 +75,6 @@ which = "4" # Upstream issue: https://github.com/rust-random/rand/issues/1071 rand = "=0.4.3" +# See https://github.com/bitvecto-rs/bitvec/issues/105#issuecomment-778570981 +funty = "=1.1.0" + -- cgit v1.2.3