From 1d0668d1f8017b61396c7a6479101ea16969bb39 Mon Sep 17 00:00:00 2001 From: Adam Fontenot Date: Sat, 3 Jun 2023 17:39:19 -0400 Subject: [PATCH] bump version to 0.17.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 412a8195..8c841d22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indicatif" description = "A progress bar and cli reporting library for Rust" -version = "0.17.4" +version = "0.17.5" keywords = ["cli", "progress", "pb", "colors", "progressbar"] categories = ["command-line-interface"] license = "MIT"