summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-04-11 16:11:18 -0400
committerMatan Kushner <hello@matchai.dev>2020-04-11 16:11:18 -0400
commit0ef7df44414dc7db8e7a900c2707134983717a4a (patch)
treec1dc440a5b914f09754f690e99e0195766ffbf22
parent391add767fbf5137e8fef3f01e107f751353538c (diff)
chore(bump): v0.40.1v0.40.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 b5670ae41..eac16dfc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1002,7 +1002,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
-version = "0.40.0"
+version = "0.40.1"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"attohttpc 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index fac3585d8..0d2869d7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.40.0"
+version = "0.40.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"