Skip to content

Commit c729037

Browse files
committed
Remove chrono feature from tracing
1 parent 401033c commit c729037

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -5004,7 +5004,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
50045004
checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
50055005
dependencies = [
50065006
"ansi_term 0.12.1",
5007-
"chrono",
50085007
"lazy_static",
50095008
"matchers",
50105009
"parking_lot 0.9.0",

src/librustc_driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["dylib"]
1313
lazy_static = "1.0"
1414
libc = "0.2"
1515
log = { package = "tracing", version = "0.1.18", features = ["release_max_level_info"] }
16-
tracing-subscriber = { version = "0.2.10", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi", "chrono"] }
16+
tracing-subscriber = { version = "0.2.10", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
1717
rustc_middle = { path = "../librustc_middle" }
1818
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
1919
rustc_target = { path = "../librustc_target" }

0 commit comments

Comments
 (0)