1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

commit some Cargo.lock changes that "cargo build" would do automatically

This commit is contained in:
Matthias Krüger 2017-11-29 14:35:29 +01:00 committed by Joe Wilm
parent 8ff3c5d170
commit 2c443425b0

18
Cargo.lock generated
View file

@ -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"