Skip to content

Commit

Permalink
fix(deps): move async-attributes over to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 1, 2023
1 parent 6a4e534 commit b7c10ec
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 @@ -11,7 +11,6 @@ readme = "README.md"
categories = ["caching", "filesystem"]

[dependencies]
async-attributes = { version = "1.1.2", optional = true }
async-std = { version = "1.10.0", features = ["unstable"], optional = true }
digest = "0.10.6"
either = "1.6.1"
Expand All @@ -38,6 +37,7 @@ tokio-stream = { version = "0.1.7", features = ["io-util"], optional = true }
walkdir = "2.3.2"

[dev-dependencies]
async-attributes = { version = "1.1.2" }
criterion = "0.4.0"
lazy_static = "1.4.0"
tokio = { version = "1.12.0", features = [
Expand All @@ -53,6 +53,6 @@ name = "benchmarks"
harness = false

[features]
default = ["async-std", "async-attributes"]
default = ["async-std"]
link_to = []
tokio-runtime = ["tokio", "tokio-stream"]

0 comments on commit b7c10ec

Please sign in to comment.