From 0c037edc86449d84aa457d7d5db80b4166c18d6b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 21 Sep 2023 19:56:21 +0200 Subject: [PATCH] Bump version to 0.17.7 (#589) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58f1476d..211ed5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indicatif" -version = "0.17.6" +version = "0.17.7" edition = "2021" rust-version = "1.63" description = "A progress bar and cli reporting library for Rust"