From 3f073c409aea775382fa2c40b5cec4eadc0a9ceb Mon Sep 17 00:00:00 2001 From: Malo Jaffré Date: Sun, 7 Jan 2018 16:54:05 +0100 Subject: Try to fix a perf regression by updating log Upgrade `log` to `0.4` in multiple crates. --- src/libsyntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml index fb1f300f63c..07631e0dcfc 100644 --- a/src/libsyntax/Cargo.toml +++ b/src/libsyntax/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["dylib"] [dependencies] bitflags = "1.0" serialize = { path = "../libserialize" } -log = "0.3" +log = "0.4" syntax_pos = { path = "../libsyntax_pos" } rustc_cratesio_shim = { path = "../librustc_cratesio_shim" } rustc_errors = { path = "../librustc_errors" } -- cgit 1.4.1-3-g733a5