mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Bump crossbeam-channel in crates
This commit is contained in:
parent
c6605affe4
commit
db7813ef2c
4 changed files with 43 additions and 15 deletions
|
@ -10,7 +10,7 @@ edition = "2018"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.4.0"
|
||||
crossbeam-channel = "0.5.0"
|
||||
log = "0.4.8"
|
||||
cargo_metadata = "0.11.1"
|
||||
serde_json = "1.0.48"
|
||||
|
|
|
@ -13,7 +13,7 @@ doctest = false
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
log = "0.4.8"
|
||||
crossbeam-channel = "0.4.0"
|
||||
crossbeam-channel = "0.5.0"
|
||||
jod-thread = "0.1.1"
|
||||
|
||||
tt = { path = "../tt", version = "0.0.0" }
|
||||
|
|
|
@ -14,7 +14,7 @@ log = "0.4.8"
|
|||
rustc-hash = "1.0"
|
||||
jod-thread = "0.1.0"
|
||||
walkdir = "2.3.1"
|
||||
crossbeam-channel = "0.4.0"
|
||||
crossbeam-channel = "0.5.0"
|
||||
notify = "5.0.0-pre.3"
|
||||
|
||||
vfs = { path = "../vfs", version = "0.0.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue