Skip to content

Commit

Permalink
⬆️ parking_lot
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed May 30, 2019
1 parent 615b59a commit 18ed351
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 88 deletions.
115 changes: 32 additions & 83 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -6,3 +6,4 @@ incremental = true
debug = true

[patch.'crates-io']
salsa = {git = "https://github.com/salsa-rs/salsa", rev = "2485cb6" } # https://github.com/salsa-rs/salsa/pull/167
1 change: 0 additions & 1 deletion crates/ra_db/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ authors = ["rust-analyzer developers"]
salsa = "0.12.0"
relative-path = "0.4.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"

ra_arena = { path = "../ra_arena" }
ra_syntax = { path = "../ra_syntax" }
Expand Down
2 changes: 1 addition & 1 deletion crates/ra_hir/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ arrayvec = "0.4.10"
log = "0.4.5"
relative-path = "0.4.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
parking_lot = "0.8.0"
ena = "0.11"
join_to_string = "0.1.3"
either = "1.5.2"
Expand Down
1 change: 0 additions & 1 deletion crates/ra_ide_api/Cargo.toml
Expand Up @@ -12,7 +12,6 @@ relative-path = "0.4.0"
rayon = "1.0.2"
fst = { version = "0.3.1", default-features = false }
rustc-hash = "1.0"
parking_lot = "0.7.0"
unicase = "2.2.0"
superslice = "1.0.0"
rand = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/ra_lsp_server/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ log = "0.4.3"
url_serde = "0.2.0"
lsp-types = { version = "0.57.1", features = ["proposed"] }
rustc-hash = "1.0"
parking_lot = "0.7.0"
parking_lot = "0.8.0"

ra_vfs = "0.2.0"
thread_worker = { path = "../thread_worker" }
Expand Down
1 change: 0 additions & 1 deletion crates/ra_syntax/Cargo.toml
Expand Up @@ -12,7 +12,6 @@ arrayvec = "0.4.10"
unicode-xid = "0.1.0"
itertools = "0.8.0"
drop_bomb = "0.1.4"
parking_lot = "0.7.0"
rowan = "0.5.0"

# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
Expand Down

0 comments on commit 18ed351

Please sign in to comment.