diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-26 13:01:51 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-31 22:42:09 +0200 |
| commit | 358e21ee781cbcee19ff96b3824b583611e860a5 (patch) | |
| tree | 6a43f095a65f2cbcf128b2546e8012f7e42dd320 /src | |
| parent | 720832c644d4dfe14ec43ae9ef4d74b647ccd77d (diff) | |
| download | rust-358e21ee781cbcee19ff96b3824b583611e860a5.tar.gz rust-358e21ee781cbcee19ff96b3824b583611e860a5.zip | |
Disable log support
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_driver/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_driver/Cargo.toml b/src/librustc_driver/Cargo.toml index 69dd221ef96..2f6c2c6c22c 100644 --- a/src/librustc_driver/Cargo.toml +++ b/src/librustc_driver/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["dylib"] lazy_static = "1.0" libc = "0.2" log = { package = "tracing", version = "0.1.18", features = ["release_max_level_info"] } -tracing-subscriber = { version = "0.2.10", features = ["fmt", "env-filter"] } +tracing-subscriber = { version = "0.2.10", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi", "chrono"] } rustc_middle = { path = "../librustc_middle" } rustc_ast_pretty = { path = "../librustc_ast_pretty" } rustc_target = { path = "../librustc_target" } |
