mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
Bump parking-lot to version 0.12.0
Summary: ~~~Added new parking-lot version named parking_lot_0_12~~~ allow-large-files previous versions of parking-lot are incompatible with wasm compilation targets https://github.com/rustwasm/wasm-bindgen/issues/2160 https://github.com/Amanieu/parking_lot/pull/302 Reviewed By: dtolnay Differential Revision: D33985872 fbshipit-source-id: ce571ef50289fe97ff89dbf72d2c7f39fbd47758
This commit is contained in:
parent
e5e0e2983d
commit
6dda2dafb9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ lazy_static = "1.0"
|
|||
libc = "0.2.98"
|
||||
nix = "0.22"
|
||||
num-traits = "0.2"
|
||||
parking_lot = { version = "0.11.2", features = ["send_guard"] }
|
||||
parking_lot = { version = "0.12.0", features = ["send_guard"] }
|
||||
paste = "1.0"
|
||||
perf-event-open-sys = "1.0"
|
||||
procfs = "0.9"
|
||||
|
|
Loading…
Reference in a new issue