chore(release): v1.2.0

This commit is contained in:
Matan Kushner 2022-01-14 15:25:45 +03:00
parent 673a198176
commit a53a99b12a
No known key found for this signature in database
GPG Key ID: BFF10DF8EAA776DD
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1594,7 +1594,7 @@ dependencies = [
[[package]] [[package]]
name = "starship" name = "starship"
version = "1.1.1" version = "1.2.0"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"byte-unit", "byte-unit",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "starship" name = "starship"
version = "1.1.1" version = "1.2.0"
edition = "2021" edition = "2021"
authors = ["Starship Contributors"] authors = ["Starship Contributors"]
homepage = "https://starship.rs" homepage = "https://starship.rs"