From b3cdb429016fe193f5af66204ceb730d90244ea0 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 2 Apr 2019 21:20:54 -0700 Subject: [PATCH] Release v0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 439c515d..3080e656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log4rs" -version = "0.8.3" +version = "0.8.2" authors = ["Steven Fackler "] description = "A highly configurable multi-output logging implementation for the `log` facade" license = "MIT/Apache-2.0"