Skip to content

Commit

Permalink
sort deps alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Jul 6, 2021
1 parent 47d97b4 commit 8a367dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ contents are never required to be entirely resident in memory all at once.
"""

[dependencies]
filetime = "0.2.8"
async-std = { version = "1.6.0", default-features = false }
filetime = "0.2.8"
pin-project = "0.4.21"

[dev-dependencies]
tempfile = "3"
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
static_assertions = "1.1.0"
tempfile = "3"

[target."cfg(unix)".dependencies]
xattr = { version = "0.2", optional = true }
libc = "0.2"
xattr = { version = "0.2", optional = true }

[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.1"
Expand Down

0 comments on commit 8a367dc

Please sign in to comment.