summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-04 22:33:38 +0900
committerMatan Kushner <hello@matchai.me>2019-10-04 22:33:38 +0900
commitb8313da2cc53e340814e0cc7288ebfc24c96907a (patch)
tree6d74caab3df6e6fee5453a681d4cc11bfdd9ddf4
parent05210b9510b797f7738d5b2d51e8a6877f2d5283 (diff)
chore(bump): v0.20.1v0.20.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 59d2485c5..33f0e6226 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.0"
+version = "0.20.1"
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 47f06515e..48505a2ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.20.0"
+version = "0.20.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"