From 7761c73bf46dce58004e19e1e9457bd5e78c70b1 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Sat, 21 Sep 2019 20:39:52 +0300 Subject: [PATCH] cargo: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f41e440..6047cbd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbr" -version = "1.0.1" +version = "1.0.2" authors = ["Ariel Mashraki ", "Steven Fackler "] description = "Console progress bar for Rust" documentation = "http://a8m.github.io/pb/doc/pbr/index.html"