aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-30 20:00:30 +0100
committerGitHub <[email protected]>2020-04-30 20:00:30 +0100
commit23c889694e4d983dfda4956ae083cf9387316669 (patch)
treeebc1b799be1c56be0d11c29d6d4f86586bc9310b /Cargo.lock
parent745bd45ddb2f8b6165ab7eacfd482d8530cab05a (diff)
parent1a2d4e2921b5d2bef41adfec56112fd4f6499274 (diff)
Merge #4153
4153: Add support for incremental text synchronization r=matklad a=lnicola Fixes #3762. This still needs a `ra_vfs` PR, but I want to know I'm on the right track. I tested the change and it didn't crash horribly, but YMMV. Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e933598fb..522ecf2ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1193,9 +1193,9 @@ dependencies = [
1193 1193
1194[[package]] 1194[[package]]
1195name = "ra_vfs" 1195name = "ra_vfs"
1196version = "0.5.3" 1196version = "0.6.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index" 1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "58a265769d5e5655345a9fcbd870a1a7c3658558c0d8efaed79e0669358f46b8" 1198checksum = "fcaa5615f420134aea7667253db101d03a5c5f300eac607872dc2a36407b2ac9"
1199dependencies = [ 1199dependencies = [
1200 "crossbeam-channel", 1200 "crossbeam-channel",
1201 "jod-thread", 1201 "jod-thread",