From c7290379be40f930802f0deea87cdb313332e5cc Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Sat, 1 Aug 2020 16:24:52 +0200 Subject: Remove chrono feature from tracing --- src/librustc_driver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/librustc_driver/Cargo.toml b/src/librustc_driver/Cargo.toml index 2f6c2c6c22c..6474a69b216 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", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi", "chrono"] } +tracing-subscriber = { version = "0.2.10", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] } rustc_middle = { path = "../librustc_middle" } rustc_ast_pretty = { path = "../librustc_ast_pretty" } rustc_target = { path = "../librustc_target" } -- cgit 1.4.1-3-g733a5