summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-16 00:23:09 +0900
committerMatan Kushner <hello@matchai.me>2019-10-16 00:23:09 +0900
commitb34b1e918845ed9279817f5ae874ec609989c0d7 (patch)
treee8e4e6012385f1762b1d1fb6280e4a9e63799fb7
parent392fa247b74eb2ce898d9e7c9215c9b1b7bedcfb (diff)
chore(bump): v0.25.0v0.25.0
-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 62101534c..108805cd2 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.24.0"
+version = "0.25.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/Cargo.toml b/Cargo.toml
index a4b8033ea..3ed2e67ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.24.0"
+version = "0.25.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"