From ded460146b3641a977b4b7b002d0b0a7430cb485 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 11 May 2020 00:52:11 +0200 Subject: :arrow_up: ra_vfs Fix a critical bug where \r\n line endings would accidentally sneak in after in-memory overlay removal. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eefa9a676..5a319a040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "ra_vfs" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcaa5615f420134aea7667253db101d03a5c5f300eac607872dc2a36407b2ac9" +checksum = "cbf31a173fc77ec59c27cf39af6baa137b40f4dbd45a8b3eccb1b2e4cfc922c1" dependencies = [ "crossbeam-channel", "jod-thread", -- cgit v1.2.3