Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 992687b

Browse files
committed
⬆️ crossbeam-channel
Notably, this includes crossbeam-rs/crossbeam-channel@591d316, which is a fix for unsoundness we've actually hit in RLS!
1 parent 73f695a commit 992687b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ url = "1.1.0"
4040
walkdir = "2.1"
4141
regex = "1"
4242
ordslice = "0.3"
43-
crossbeam-channel = "0.2.1"
43+
crossbeam-channel = "0.2.3"
4444

4545
[dev-dependencies]
4646
json = "0.11"

0 commit comments

Comments
 (0)