File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ smol_str = "0.3.2"
156156temp-dir = " 0.1.16"
157157text-size = " 1.1.1"
158158toml = " 0.9.8"
159- tracing = " 0.1.41"
159+ tracing = { version = " 0.1.41" , default-features = false , features = [ " std " ] }
160160tracing-tree = " 0.4.0"
161161tracing-subscriber = { version = " 0.3.20" , default-features = false , features = [
162162 " registry" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ indexmap.workspace = true
2323itertools.workspace = true
2424la-arena.workspace = true
2525rustc-hash.workspace = true
26- tracing. workspace = true
26+ tracing = { workspace = true , features = [ " attributes " ] }
2727smallvec.workspace = true
2828triomphe.workspace = true
2929rustc_apfloat = " 0.2.3"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ smallvec.workspace = true
2121ena = " 0.14.3"
2222either.workspace = true
2323oorandom = " 11.1.5"
24- tracing. workspace = true
24+ tracing = { workspace = true , features = [ " attributes " ] }
2525rustc-hash.workspace = true
2626scoped-tls = " 1.0.1"
2727la-arena.workspace = true
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ either.workspace = true
1818arrayvec.workspace = true
1919itertools.workspace = true
2020smallvec.workspace = true
21- tracing. workspace = true
21+ tracing = { workspace = true , features = [ " attributes " ] }
2222triomphe.workspace = true
2323indexmap.workspace = true
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cov-mark = "2.0.0"
1818itertools.workspace = true
1919either.workspace = true
2020smallvec.workspace = true
21- tracing. workspace = true
21+ tracing = { workspace = true , features = [ " attributes " ] }
2222
2323# local deps
2424stdx.workspace = true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ doctest = false
1515[dependencies ]
1616cov-mark = " 2.0.0"
1717crossbeam-channel.workspace = true
18- tracing. workspace = true
18+ tracing = { workspace = true , features = [ " attributes " ] }
1919rayon.workspace = true
2020fst = { version = " 0.4.7" , default-features = false }
2121rustc-hash.workspace = true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ doctest = false
1616drop_bomb = " 0.1.5"
1717ra-ap-rustc_lexer.workspace = true
1818rustc-literal-escaper.workspace = true
19- tracing = { workspace = true , optional = true }
19+ tracing. workspace = true
2020
2121edition.workspace = true
2222winnow = { version = " 0.7.13" , default-features = false }
@@ -27,7 +27,7 @@ expect-test = "1.5.1"
2727stdx.workspace = true
2828
2929[features ]
30- default = [" tracing " ]
30+ default = []
3131in-rust-tree = []
3232
3333[lints ]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ serde.workspace = true
2222serde_derive.workspace = true
2323temp-dir.workspace = true
2424toml.workspace = true
25- tracing. workspace = true
25+ tracing = { workspace = true , features = [ " attributes " ] }
2626triomphe.workspace = true
2727la-arena.workspace = true
2828itertools.workspace = true
You can’t perform that action at this time.
0 commit comments