Skip to content

Commit 28f89fd

Browse files
committed
Auto merge of #4891 - MaloJaffre:compiler-docs-regression, r=alexcrichton
Try to fix a perf regression by updating log Upgrade `log` to `0.4` in `cargo` and `cargotest`. Cc: rust-lang/rust#47154.
2 parents 2316ca0 + 5731a73 commit 28f89fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ignore = "0.3"
3737
jobserver = "0.1.6"
3838
libc = "0.2"
3939
libgit2-sys = "0.6"
40-
log = "0.3"
40+
log = "0.4"
4141
num_cpus = "1.0"
4242
same-file = "1"
4343
scoped-tls = "0.1"

tests/cargotest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ flate2 = "1.0"
1313
git2 = { version = "0.6", default-features = false }
1414
hamcrest = "=0.1.1"
1515
hex = "0.2"
16-
log = "0.3"
16+
log = "0.4"
1717
serde_json = "1.0"
1818
tar = { version = "0.4", default-features = false }
1919
url = "1.1"

0 commit comments

Comments
 (0)