From 0860baa8a00a0cc1967dedb6ed6b16c07ed03c41 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 22 Apr 2021 12:23:23 -0400 Subject: [PATCH] chore(release): v0.52.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 346e24e4..8f9719bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "starship" -version = "0.52.0" +version = "0.52.1" dependencies = [ "ansi_term 0.12.1", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index a298df1f..c1d71d17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "0.52.0" +version = "0.52.1" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"