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 134f470 commit a7ee6b5
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 20 deletions.
68 changes: 50 additions & 18 deletions hphp/hack/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hphp/hack/src/depgraph/cargo/depgraph_writer/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ crate-type = ["lib", "staticlib"]
[dependencies]
depgraph = { path = "../depgraph" }
memmap = "0.7"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
rayon = "1.2"

[dev-dependencies]
Expand Down
Expand Up @@ -17,5 +17,5 @@ deps_rust = { path = "../../../deps/cargo/deps_rust" }
env_logger = "0.7"
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] }
ocamlrep_ocamlpool = { path = "../../../ocamlrep_ocamlpool" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
rayon = "1.2"

0 comments on commit a7ee6b5

Please sign in to comment.