Skip to content

Commit

Permalink
Revert parking lot to 0.11 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias247 committed Nov 4, 2022
1 parent 76a649a commit f6f0184
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
@@ -1,7 +1,7 @@
[package]
name = "futures-intrusive"
edition = "2018"
version = "0.4.1"
version = "0.4.2"
authors = ["Matthias Einwag <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Matthias247/futures-intrusive"
Expand All @@ -21,7 +21,7 @@ default = ["std"]
[dependencies]
futures-core = { version = "^0.3", default-features = false }
lock_api = "0.4.1"
parking_lot = { version = "0.12.0", optional = true }
parking_lot = { version = "0.11.0", optional = true }

[dev-dependencies]
futures = { version = "0.3.0", default-features = true, features=["async-await"] }
Expand Down

0 comments on commit f6f0184

Please sign in to comment.