Skip to content

Commit

Permalink
Add send_guard feature with default disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
deftsp committed Jan 26, 2022
1 parent e8e5e86 commit 63c81b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ categories = ["concurrency", "algorithms", "data-structures"]
[features]
default = []
raw-api = []
send_guard = ["parking_lot/send_guard"]

[dependencies]
num_cpus = "1.13.0"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = "0.11.2"
serde = { version = "1.0.131", optional = true, features = ["derive"] }
cfg-if = "1.0.0"
rayon = { version = "1.5.1", optional = true }
Expand Down

0 comments on commit 63c81b7

Please sign in to comment.