mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_bench: Cargo.toml: sort dependencies alphabetically
This commit is contained in:
parent
91c764d143
commit
05d085e076
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue