diff --git a/Cargo.lock b/Cargo.lock index 5ef8e2056..f329bc44b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1686,7 +1686,7 @@ dependencies = [ [[package]] name = "starship" -version = "0.55.0" +version = "0.56.0" dependencies = [ "ansi_term 0.12.1", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index fa323738a..c025699e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "0.55.0" +version = "0.56.0" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"