diff --git a/Cargo.toml b/Cargo.toml index 034540c..a4fa22a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2018" [dependencies] ahash = "0.6.1" +ordered-float = "2.0" rand = { version = "0.7.3", features = ["small_rng"] } rayon = "1.5" -ordered-float = "2.0"