Skip to content

Commit

Permalink
Fix required lock_api version
Browse files Browse the repository at this point in the history
As of c20495b
the additions to lock_api in a9961d4
are required to build parking_lot; building with lock_api 0.3.{1,2,3}
fails due to missing `_::const_new` functions
  • Loading branch information
palana committed Apr 10, 2020
1 parent 699325c commit 413432c
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 @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
parking_lot_core = { path = "core", version = "0.7.0" }
lock_api = { path = "lock_api", version = "0.3.1" }
lock_api = { path = "lock_api", version = "0.3.4" }

[dev-dependencies]
rand = "0.7"
Expand Down

0 comments on commit 413432c

Please sign in to comment.