aquatic_bench: Cargo.toml: sort dependencies alphabetically

This commit is contained in:
Joakim Frostegård 2020-04-09 11:52:23 +02:00
parent 91c764d143
commit 05d085e076

View file

@ -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"] }
rand = { version = "0.7", features = ["small_rng"] }
rand_distr = "0.2"