diff --git a/Cargo.lock b/Cargo.lock index 45b274d4a..6d92dba62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.5.3" +version = "1.5.4" dependencies = [ "ansi_term", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index de9dce7ec..6bd28f920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.5.3" +version = "1.5.4" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]