diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2017-11-29 14:35:29 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-03 12:50:40 -0800 |
commit | 2c443425b019abbd6a422265f9e8eb1179f90e51 (patch) | |
tree | d7e6bf8f875605f77aa86efc93acb07b10a0eab7 | |
parent | 8ff3c5d170abe47554f5d2a41ad35ddc451d254d (diff) | |
download | alacritty-2c443425b019abbd6a422265f9e8eb1179f90e51.tar.gz alacritty-2c443425b019abbd6a422265f9e8eb1179f90e51.zip |
commit some Cargo.lock changes that "cargo build" would do automatically
-rw-r--r-- | Cargo.lock | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 = [ @@ -32,14 +40,6 @@ dependencies = [ ] [[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" source = "registry+https://github.com/rust-lang/crates.io-index" |