From 2c443425b019abbd6a422265f9e8eb1179f90e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 29 Nov 2017 14:35:29 +0100 Subject: [PATCH] commit some Cargo.lock changes that "cargo build" would do automatically --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28dba6b1..e1717045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,12 @@ -[root] +[[package]] +name = "aho-corasick" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] name = "alacritty" version = "0.1.0" dependencies = [ @@ -31,14 +39,6 @@ dependencies = [ "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "aho-corasick" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "android_glue" version = "0.2.3"