Skip to content

Commit a7ee6b5

Browse files
mofeiZfacebook-github-bot
authored andcommitted
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 rustwasm/wasm-bindgen#2160 Amanieu/parking_lot#302 Reviewed By: dtolnay Differential Revision: D33985872 fbshipit-source-id: ce571ef50289fe97ff89dbf72d2c7f39fbd47758
1 parent 134f470 commit a7ee6b5

File tree

3 files changed

+52
-20
lines changed

3 files changed

+52
-20
lines changed

hphp/hack/Cargo.lock

Lines changed: 50 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hphp/hack/src/depgraph/cargo/depgraph_writer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["lib", "staticlib"]
1111
[dependencies]
1212
depgraph = { path = "../depgraph" }
1313
memmap = "0.7"
14-
parking_lot = { version = "0.11.2", features = ["send_guard"] }
14+
parking_lot = { version = "0.12.0", features = ["send_guard"] }
1515
rayon = "1.2"
1616

1717
[dev-dependencies]

hphp/hack/src/hh_fanout/cargo/hh_fanout_build_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ deps_rust = { path = "../../../deps/cargo/deps_rust" }
1717
env_logger = "0.7"
1818
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] }
1919
ocamlrep_ocamlpool = { path = "../../../ocamlrep_ocamlpool" }
20-
parking_lot = { version = "0.11.2", features = ["send_guard"] }
20+
parking_lot = { version = "0.12.0", features = ["send_guard"] }
2121
rayon = "1.2"

0 commit comments

Comments
 (0)