diff --git a/Cargo.lock b/Cargo.lock index 69df778c..0ce9af4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ansi_term", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index f1405762..52332651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.1.0" +version = "1.1.1" edition = "2021" authors = ["Starship Contributors"] homepage = "https://starship.rs"