crc 1.9.0 was yanked, fall back to 1.8 (#7453)

This commit is contained in:
Jack May
2019-12-12 14:30:51 -08:00
committed by GitHub
parent 777ae3c215
commit 1d172b07a8
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ bs58 = "0.3.0"
byteorder = "1.3.2"
chrono = { version = "0.4.10", features = ["serde"] }
core_affinity = "0.5.9"
crc = { version = "1.9.0", optional = true }
crc = { version = "1.8.1", optional = true }
crossbeam-channel = "0.3"
fs_extra = "1.1.0"
indexmap = "1.1"