diff --git a/Cargo.lock b/Cargo.lock index d31d61e7..1d6d67e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.4.2" +version = "1.5.0" dependencies = [ "ansi_term", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 6e92e411..92f9aaae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.4.2" +version = "1.5.0" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]