summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-03-24 14:11:28 -0500
committerMatan Kushner <hello@matchai.dev>2022-03-24 14:11:28 -0500
commit136db163faa2c5aa62bdb97d770fdef1008fddb8 (patch)
tree4f4ead291ad51af8c6a2f760c7266213e15e9e95
parent7f477541ba9180550cc823161c530f55ec564ffd (diff)
chore(release): v1.5.3v1.5.3
-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 1d6d67e5b..45b274d4a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1547,7 +1547,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.5.0"
+version = "1.5.3"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 92f9aaae5..de9dce7ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.5.0"
+version = "1.5.3"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]