1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

chore(release): v1.5.3

This commit is contained in:
Matan Kushner 2022-03-24 14:11:28 -05:00
parent 7f477541ba
commit 136db163fa
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

@ -1547,7 +1547,7 @@ dependencies = [
[[package]] [[package]]
name = "starship" name = "starship"
version = "1.5.0" version = "1.5.3"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"byte-unit", "byte-unit",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "starship" name = "starship"
version = "1.5.0" version = "1.5.3"
authors = ["Starship Contributors"] authors = ["Starship Contributors"]
build = "build.rs" build = "build.rs"
categories = ["command-line-utilities"] categories = ["command-line-utilities"]