aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-05-23 02:58:22 +0100
committerveetaha <[email protected]>2020-05-31 01:10:23 +0100
commit030d78345fa79af07f8ebd89a9d244576fac992b (patch)
tree935da29fbb0418e8158e06f227f238bda13ee55f /Cargo.lock
parent5f7225446e75509ae0d971a6f3e2b9d3e37d6f2a (diff)
Fix invoking cargo without consulting CARGO or standard installation paths
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index def4ed45e..7de784c1c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1364,6 +1364,7 @@ dependencies = [
1364 "ra_syntax", 1364 "ra_syntax",
1365 "ra_text_edit", 1365 "ra_text_edit",
1366 "ra_tt", 1366 "ra_tt",
1367 "ra_toolchain",
1367 "ra_vfs", 1368 "ra_vfs",
1368 "rand", 1369 "rand",
1369 "relative-path", 1370 "relative-path",