From b7c9cf117e35e3fee4ab7d117885670573403e0c Mon Sep 17 00:00:00 2001 From: taotao Date: Thu, 27 Jul 2023 11:07:41 -0700 Subject: [PATCH] =?UTF-8?q?[0.5.1]=20add=20=1B[H=1B[2J=20option;=20sort=20?= =?UTF-8?q?bars=20using=20BTree=20instead=20of=20HashMap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 773e4df..ec5f95f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tqdm" edition = "2021" -version = "0.5.0" +version = "0.5.1" rust-version = "1.70.0" readme = "README.md"