From 6c62c427ea5ef8907072901d363eefb465dc6160 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 16 Aug 2019 13:27:30 -0400 Subject: [PATCH] chore(bump): v0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcf2194e7..7c0a3f461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "starship" -version = "0.9.1" +version = "0.10.0" dependencies = [ "ansi_term 0.12.0 (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 21b5d4808..1260e8097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "0.9.1" +version = "0.10.0" edition = "2018" authors = ["Matan Kushner "] repository = "https://github.com/starship/starship"