From c340e9fd8b324ce0a76088cb8037606b04723843 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 16 Jan 2025 11:42:22 +0100 Subject: [PATCH] Bump version to 0.17.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd263cab..b434c95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indicatif" -version = "0.17.9" +version = "0.17.10" edition = "2021" rust-version = "1.70" description = "A progress bar and cli reporting library for Rust"