diff options
| author | bors <bors@rust-lang.org> | 2018-01-07 18:50:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-01-07 18:50:30 +0000 |
| commit | ee220daca345302c3277befee2732b6b2a5a711c (patch) | |
| tree | bec946d6ec340ed519325dbe042f1d58721e50f0 /src/libsyntax | |
| parent | 8724337c233f593e9961609d8b0855d0ec2357a0 (diff) | |
| parent | 3f073c409aea775382fa2c40b5cec4eadc0a9ceb (diff) | |
| download | rust-ee220daca345302c3277befee2732b6b2a5a711c.tar.gz rust-ee220daca345302c3277befee2732b6b2a5a711c.zip | |
Auto merge of #47161 - MaloJaffre:compiler-docs-regression, r=alexcrichton
Try to fix a perf regression by updating log Upgrade `log` to `0.4` in multiple crates ~and `cargo`~. Cc: #47154.
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" } |
