crc 1.9.0 was yanked, fall back to 1.8 (#7453)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user