1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 15:56:28 +00:00
This commit is contained in:
Matan Kushner 2019-07-19 22:08:43 -04:00
parent 283f5539d7
commit c8975dfbb6
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -710,7 +710,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "starship" name = "starship"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"battery 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "battery 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "starship" name = "starship"
version = "0.2.0" version = "0.3.0"
edition = "2018" edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"] authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship" repository = "https://github.com/starship/starship"