summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-03-24 14:12:59 -0500
committerMatan Kushner <hello@matchai.dev>2022-03-24 14:12:59 -0500
commitd420a63e25d01dd61d42499868ac79270b27dd25 (patch)
treebc6051dd5d93d1bc56a2674dcaa266892edda042
parent136db163faa2c5aa62bdb97d770fdef1008fddb8 (diff)
chore(release): v1.5.4v1.5.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 45b274d4a..6d92dba62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1547,7 +1547,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.5.3"
+version = "1.5.4"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index de9dce7ec..6bd28f920 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.5.3"
+version = "1.5.4"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]