summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-09-30 21:42:36 -0400
committerMatan Kushner <hello@matchai.dev>2020-09-30 21:42:36 -0400
commit5427b58a1bc0a4a1b3349b10a75603d04dcb0c24 (patch)
treebac5bd961ecdf264413932e89cde7b38609fda9c
parent15c04e7d18f13dfc302e3a7e92e51cce03714700 (diff)
chore(release): v0.45.2v0.45.2
-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 e30140d0d..11b11deb8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1128,7 +1128,7 @@ checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
[[package]]
name = "starship"
-version = "0.45.1"
+version = "0.45.2"
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index 62ef22315..8d13c5c7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.45.1"
+version = "0.45.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"