with byteorder 1.3, the i128 feature is a NOP

This commit is contained in:
Ralf Jung
2019-09-15 13:54:04 +02:00
parent 4b175339b8
commit f90a81c238
4 changed files with 2 additions and 4 deletions

View File

@@ -62,7 +62,6 @@ crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
serde = { version = "1.0.82", features = ['derive'] }
serde_json = { version = "1.0.31", features = ["raw_value"] }
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
byteorder = { version = "1.2.7", features = ["i128"] }
[target.'cfg(not(windows))'.dependencies]