From 05d085e076d5720ab65f1a95a71c94d5be19d3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 9 Apr 2020 11:52:23 +0200 Subject: [PATCH] aquatic_bench: Cargo.toml: sort dependencies alphabetically --- aquatic_bench/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aquatic_bench/Cargo.toml b/aquatic_bench/Cargo.toml index 5d704d8..afc49c5 100644 --- a/aquatic_bench/Cargo.toml +++ b/aquatic_bench/Cargo.toml @@ -21,5 +21,5 @@ indicatif = "0.14" mimalloc = { version = "0.1", default-features = false } num-format = "0.4" plotly = "0.4" -rand_distr = "0.2" -rand = { version = "0.7", features = ["small_rng"] } \ No newline at end of file +rand = { version = "0.7", features = ["small_rng"] } +rand_distr = "0.2" \ No newline at end of file