From 8b584695d69ba8a9c56abab51d6d41a0c33f29e9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 1 Dec 2017 13:20:41 -0800 Subject: [PATCH] Remove `[root]` from lock file --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5057bca291..d0fcd6812f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,12 +1,3 @@ -[root] -name = "rustup-win-installer" -version = "1.7.0" -dependencies = [ - "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup 1.7.0", - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "adler32" version = "1.0.2" @@ -899,6 +890,15 @@ dependencies = [ "winreg 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rustup-win-installer" +version = "1.7.0" +dependencies = [ + "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", + "rustup 1.7.0", + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "safemem" version = "0.2.0"