chore: pin funty to =1.1.0

see: https://github.com/bitvecto-rs/bitvec/issues/105
This commit is contained in:
spacelin 2021-02-22 17:35:22 +08:00
parent 5aa585b8dc
commit 324c87307e
2 changed files with 4 additions and 2 deletions

5
Cargo.lock generated
View File

@ -91,6 +91,7 @@ dependencies = [
"deku",
"directories-next",
"env_logger",
"funty",
"hex",
"indicatif",
"log",
@ -393,9 +394,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "funty"
version = "1.0.1"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
name = "generator"

View File

@ -33,3 +33,4 @@ paw = "1.0.0"
crc = "1.8.1"
hex = "0.4.2"
parse_int = "0.4.0"
funty = "=1.1.0"