From 1b70259aea320bff04ed8e091c86ee17a143be19 Mon Sep 17 00:00:00 2001 From: Evan Simmons Date: Tue, 5 May 2020 17:05:29 -0700 Subject: [PATCH] Bump cargo release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebb07434..d70c7fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log4rs" -version = "0.11.0" +version = "0.12.0" authors = ["Steven Fackler ", "Evan Simmons "] description = "A highly configurable multi-output logging implementation for the `log` facade" license = "MIT/Apache-2.0"