feat: loosen byteorder version requirement
This commit is contained in:
parent
9ed6904383
commit
7ff565aacb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
flate2 = { version = "1.0", default-features = false, optional = true }
|
flate2 = { version = "1.0", default-features = false, optional = true }
|
||||||
time = { version = "0.1", optional = true }
|
time = { version = "0.1", optional = true }
|
||||||
byteorder = "1.3.4"
|
byteorder = "1.3"
|
||||||
bzip2 = { version = "0.3", optional = true }
|
bzip2 = { version = "0.3", optional = true }
|
||||||
crc32fast = "1.0"
|
crc32fast = "1.0"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue