summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-04 18:05:18 +0900
committerMatan Kushner <hello@matchai.me>2019-10-04 18:05:18 +0900
commit0a29540146821157bbeb4fa2a337adeccf33e5a4 (patch)
tree872068ba05f411bab120571b90ce05953e233716
parent1cab6854bc932fffb020d8b4b18289a2c51f6182 (diff)
chore(bump): v0.20.0 correctlyv0.20.0
-rw-r--r--Cargo.lock2
-rw-r--r--starship/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 33f0e6226..59d2485c5 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.0"
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/starship/Cargo.toml b/starship/Cargo.toml
index 0409e6ae3..15dba028f 100644
--- a/starship/Cargo.toml
+++ b/starship/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.20.1"
+version = "0.20.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"