From 50c3820ebf49492a5378b324af8ebe70e5ffca7b Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 29 Jun 2019 01:24:23 +0200 Subject: [PATCH] 1.0.1 Signed-off-by: Yoshua Wuyts --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cea12fc..78a0810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-log" -version = "1.0.0" +version = "1.0.1" license = "MIT OR Apache-2.0" repository = "https://github.com/rustasync/async-log" documentation = "https://docs.rs/async-log"