diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-24 20:42:00 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-31 22:38:20 +0200 |
| commit | ec7230fea2f4a96a1993c54bf2b17892d2e978b4 (patch) | |
| tree | 4761e206797c576bfbde450aa2b0f338ce298f8a /src/librustc_query_system | |
| parent | 6e87bacd37539b7e7cd75152dffd225047fa983a (diff) | |
| download | rust-ec7230fea2f4a96a1993c54bf2b17892d2e978b4.tar.gz rust-ec7230fea2f4a96a1993c54bf2b17892d2e978b4.zip | |
Move from `log` to `tracing`
Diffstat (limited to 'src/librustc_query_system')
| -rw-r--r-- | src/librustc_query_system/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_query_system/Cargo.toml b/src/librustc_query_system/Cargo.toml index 73d50f84fe8..64af9c5f1a1 100644 --- a/src/librustc_query_system/Cargo.toml +++ b/src/librustc_query_system/Cargo.toml @@ -11,7 +11,7 @@ doctest = false [dependencies] rustc_arena = { path = "../librustc_arena" } -log = { version = "0.4", features = ["release_max_level_info", "std"] } +log = { package = "tracing", version = "0.1" } rustc-rayon-core = "0.3.0" rustc_data_structures = { path = "../librustc_data_structures" } rustc_errors = { path = "../librustc_errors" } |
