summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-04-22 12:23:23 -0400
committerMatan Kushner <hello@matchai.dev>2021-04-22 12:23:23 -0400
commit0860baa8a00a0cc1967dedb6ed6b16c07ed03c41 (patch)
tree3df2c7f0d0c3241d3556e0c34de5a813aa340907
parent078d4a0164bf6d092db0dc094f539f3aface8087 (diff)
chore(release): v0.52.1v0.52.1
-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 346e24e4b..8f9719bdd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1639,7 +1639,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "0.52.0"
+version = "0.52.1"
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index a298df1f9..c1d71d177 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.52.0"
+version = "0.52.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"