From 82b6479bb268191f12b278740170baff985c16f2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 9 Feb 2024 09:54:37 +0100 Subject: [PATCH] Bump version to 0.17.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 211ed5bd..a0c0c696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indicatif" -version = "0.17.7" +version = "0.17.8" edition = "2021" rust-version = "1.63" description = "A progress bar and cli reporting library for Rust"