summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-05 19:05:17 +0900
committerMatan Kushner <hello@matchai.me>2019-10-05 19:05:17 +0900
commit9e5fe9e500a8116339c981a56ecfc34fe9e0977f (patch)
treef708302e1ad28420591d1b06d678d2f6b5d86a4d
parentf2e20bbea2d1d3c6e7191b600273fdf20929da66 (diff)
chore(bump): v0.20.2v0.20.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 33f0e6226..24156081b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -756,7 +756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
-version = "0.20.1"
+version = "0.20.2"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"battery 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 48505a2ed..c3a99eec5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.20.1"
+version = "0.20.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"