diff --git a/Cargo.lock b/Cargo.lock index adb14e64..9a42644c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ansi_term", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index c5b48de5..5d383935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = ["Starship Contributors"] homepage = "https://starship.rs"