From 9bba13a534bfcac885c9cb258907ebc5561304d1 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 20 Jun 2021 14:17:15 -0400 Subject: [PATCH] chore(release): v0.55.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d11d62fa..7136fb21d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,7 +1589,7 @@ dependencies = [ [[package]] name = "starship" -version = "0.54.0" +version = "0.55.0" dependencies = [ "ansi_term 0.12.1", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 5d0295d4d..e6a5a975b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "0.54.0" +version = "0.55.0" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"