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