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
2 changed files with 1 additions and 2 deletions

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"