aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-11 00:09:27 +0100
committerGitHub <[email protected]>2020-05-11 00:09:27 +0100
commiteb892d707c379eff514df9c2a6b2203f38874b14 (patch)
tree6e53209f101a9d0f24f35a54eee7848aeb0b6fd1
parentbfb40a698dab10adcd1284ce4c7a2a10f36ba4e7 (diff)
parentded460146b3641a977b4b7b002d0b0a7430cb485 (diff)
Merge #4419
4419: :arrow_up: ra_vfs r=matklad a=matklad Fix a critical bug where \r\n line endings would accidentally sneak in after in-memory overlay removal. bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--Cargo.lock4
1 files 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 = [
1221 1221
1222[[package]] 1222[[package]]
1223name = "ra_vfs" 1223name = "ra_vfs"
1224version = "0.6.0" 1224version = "0.6.1"
1225source = "registry+https://github.com/rust-lang/crates.io-index" 1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "fcaa5615f420134aea7667253db101d03a5c5f300eac607872dc2a36407b2ac9" 1226checksum = "cbf31a173fc77ec59c27cf39af6baa137b40f4dbd45a8b3eccb1b2e4cfc922c1"
1227dependencies = [ 1227dependencies = [
1228 "crossbeam-channel", 1228 "crossbeam-channel",
1229 "jod-thread", 1229 "jod-thread",