From cd42152379eac61545d3d20b9fb64692655ef6cb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 3 Jan 2018 17:54:03 +0100 Subject: [PATCH] Dependencies: log: 0.4.0-rc.1 -> 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2991e3dc..c8b21a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["development-tools::debugging"] keywords = ["logging", "log", "logger"] [dependencies] -log = { version = "0.4.0-rc.1", features = ["std"] } +log = { version = "0.4.0", features = ["std"] } regex = { version = "0.2", optional = true } termcolor = "0.3" chrono = "0.4"