Skip to content

Commit

Permalink
util: no default features for hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 5, 2024
1 parent 75e5b3d commit 0722f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
tracing = { version = "0.1.25", default-features = false, features = ["std"], optional = true }

[target.'cfg(tokio_unstable)'.dependencies]
hashbrown = { version = "0.14.0", optional = true }
hashbrown = { version = "0.14.0", default-features = false, optional = true }

[dev-dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
Expand Down

0 comments on commit 0722f2a

Please sign in to comment.