From 0ef7df44414dc7db8e7a900c2707134983717a4a Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sat, 11 Apr 2020 16:11:18 -0400 Subject: [PATCH] chore(bump): v0.40.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5670ae4..eac16dfc 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 fac3585d..0d2869d7 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 "] homepage = "https://starship.rs"