Skip to content

Commit

Permalink
fix default-features flag for parking_lot_core in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Sep 13, 2024
1 parent bb70b9e commit bd54bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "rustfmt.toml"]
members = ["xtask"]

[dependencies]
parking_lot_core = { version = "0.9.3", optional = true, default_features = false }
parking_lot_core = { version = "0.9.3", optional = true, default-features = false }
portable-atomic = { version = "1", optional = true }
critical-section = { version = "1", optional = true }

Expand Down

0 comments on commit bd54bf7

Please sign in to comment.