Skip to content

Commit

Permalink
alphabetize deps in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Aug 14, 2023
1 parent 6754ba0 commit 96f1088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ slab = "0.4.8"
smallvec = "1.11.0"

[dev-dependencies]
async-std = { version = "1.12.0", features = ["attributes"] }
criterion = { version = "0.3", features = ["async", "async_futures", "html_reports"] }
futures = "0.3.25"
futures-lite = "1.12.0"
criterion = { version = "0.3", features = ["async", "async_futures", "html_reports"] }
async-std = { version = "1.12.0", features = ["attributes"] }
futures-time = "3.0.0"
lending-stream = "1.0.0"
rand = "0.8.5"

0 comments on commit 96f1088

Please sign in to comment.