From 24bab949b9f44aa3370dff6eec4d2320a7f2b0c5 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 14 Dec 2020 15:39:16 +0100 Subject: [PATCH] Sort dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"