summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-11-03 10:00:06 +0900
committerMatan Kushner <hello@matchai.me>2019-11-03 10:00:06 +0900
commit0c7492a8da081e96401e4b62e117e771c0d997c8 (patch)
tree9956e6948ec63dec310b7c840e8386535de841eb
parent803db9d6fa5d2f4d58f036162bea389d0cb2ab52 (diff)
chore(bump): v0.26.2v0.26.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 d1390b770..9924a363a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -770,7 +770,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
-version = "0.26.0"
+version = "0.26.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 b372e956e..838f5577b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.26.0"
+version = "0.26.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"