From 5984ba7d5eb089b5c29313e6379a7ab573170f6f Mon Sep 17 00:00:00 2001 From: Mathieu Amiot Date: Fri, 26 Oct 2018 20:00:13 +0200 Subject: [PATCH] Released v0.4.1: Fixed bug with log crate usage --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a23621b..63a1454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,11 @@ license = "MIT/Apache-2.0" name = "actix-nats" readme = "README.md" repository = "https://github.com/YellowInnovation/actix-nats" -version = "0.4.0" +version = "0.4.1" [dependencies] actix = "0.7" backoff = "0.1" futures = "0.1" -log = { version = "0.4", features = ["max_level_debug", "release_max_level_warn"] } +log = "0.4" nitox = "0.1"