about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2020-07-24 20:42:00 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-07-31 22:38:20 +0200
commitec7230fea2f4a96a1993c54bf2b17892d2e978b4 (patch)
tree4761e206797c576bfbde450aa2b0f338ce298f8a /src/librustc_codegen_llvm
parent6e87bacd37539b7e7cd75152dffd225047fa983a (diff)
Move from `log` to `tracing`
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml
index bedefcc30ed..ec4dfabdcc2 100644
--- a/src/librustc_codegen_llvm/Cargo.toml
+++ b/src/librustc_codegen_llvm/Cargo.toml
@@ -15,7 +15,7 @@ bitflags = "1.0"
 flate2 = "1.0"
 libc = "0.2"
 measureme = "0.7.1"
-log = "0.4"
+log = { package = "tracing", version = "0.1" }
 rustc_middle = { path = "../librustc_middle" }
 rustc-demangle = "0.1"
 rustc_attr = { path = "../librustc_attr" }