Skip to content

Commit

Permalink
Bump parking-lot to version 0.12.0
Browse files Browse the repository at this point in the history
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

rustwasm/wasm-bindgen#2160
Amanieu/parking_lot#302

Reviewed By: dtolnay

Differential Revision: D33985872

fbshipit-source-id: ce571ef50289fe97ff89dbf72d2c7f39fbd47758
  • Loading branch information
mofeiZ authored and facebook-github-bot committed Feb 7, 2022
1 parent a23c316 commit 4fd1e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shed/lock_ext/Cargo.toml
Expand Up @@ -11,4 +11,4 @@ repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"

[dependencies]
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }

0 comments on commit 4fd1e4a

Please sign in to comment.