diff options
| author | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-07 16:54:05 +0100 |
|---|---|---|
| committer | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-07 16:54:05 +0100 |
| commit | 3f073c409aea775382fa2c40b5cec4eadc0a9ceb (patch) | |
| tree | 61ac81edcdcb8af9971c66c2ba3d625bab6a226b /src/libsyntax | |
| parent | 69f17d1a0a3c860e3f5d7e643a6c3f8aa2b638a6 (diff) | |
| download | rust-3f073c409aea775382fa2c40b5cec4eadc0a9ceb.tar.gz rust-3f073c409aea775382fa2c40b5cec4eadc0a9ceb.zip | |
Try to fix a perf regression by updating log
Upgrade `log` to `0.4` in multiple crates.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
