Skip to content

Commit

Permalink
Pin parking_lot_core =0.8.0
Browse files Browse the repository at this point in the history
Temporary workaround for a mis-compilation:
Amanieu/parking_lot#269
  • Loading branch information
str4d committed Mar 14, 2021
1 parent 515f9ac commit 7c81988
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ console_error_panic_hook = { version = "0.1.1", optional = true }
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.2", optional = true }

# Temporary workaround for https://github.com/Amanieu/parking_lot/issues/269
parking_lot_core = "=0.8.0"

[dependencies.web-sys]
version = "0.3"
features = [
Expand Down

0 comments on commit 7c81988

Please sign in to comment.