Remove the ordered-float serde feature

This commit is contained in:
Clément Renault 2021-01-27 14:11:10 +01:00
parent 70e9b1e936
commit 433ac8c38a
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@ -869,7 +869,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dacdec97876ef3ede8c50efc429220641a0b11ba0048b4b0c357bccbc47c5204"
dependencies = [
"num-traits",
"serde",
]
[[package]]

View File

@ -27,7 +27,7 @@ near-proximity = { git = "https://github.com/Kerollmops/plane-sweep-proximity",
num-traits = "0.2.14"
obkv = "0.1.0"
once_cell = "1.4.0"
ordered-float = { version = "2.0.0", features = ["serde"] }
ordered-float = "2.0.0"
rayon = "1.3.1"
regex = "1.4.2"
ringtail = "0.3.0"