summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-05-15 10:51:45 -0400
committerMatan Kushner <hello@matchai.dev>2020-05-15 10:51:45 -0400
commit99374eabdb2b8fb9ba0ebdf52278ec56cab70123 (patch)
tree085db9493fa67bab4a47c4e7dca0d569d1d0d6d0
parent5694c378d273ec650df6384bbe8a147538d8b1da (diff)
chore(release): v0.41.2v0.41.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 e0f24d349..7be7626df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1115,7 +1115,7 @@ checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
[[package]]
name = "starship"
-version = "0.41.1"
+version = "0.41.2"
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index f52ebffdc..9e1bde5e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.41.1"
+version = "0.41.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"