summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-20 17:54:30 +0900
committerMatan Kushner <hello@matchai.me>2019-10-20 17:54:30 +0900
commitb9a7983559b1629d78b60cda0aa8f13e6648acc8 (patch)
treeec021820a8ff2003297bff50838f2430b64f562e
parent7b9197a67e98c49fe3fdf1ed628910b2f0e030d1 (diff)
chore(bump): v0.25.1v0.25.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 108805cd2..5f8131d69 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.25.0"
+version = "0.25.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 3ed2e67ba..c6b258d41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.25.0"
+version = "0.25.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"