Forráskód Böngészése

Fix build issue with bitvec/funty

See:

https://github.com/bitvecto-rs/bitvec/issues/105

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 éve
szülő
commit
73ce66d995
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -44,6 +44,7 @@ base58 = "0.1.0"
 sha2 = "0.9"
 ripemd160 = "0.9"
 bitvec = "0.20"
+funty = "=1.1.0"
 itertools = "0.10"
 
 [dev-dependencies]