mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Add initial support for tracing and tracing-perfetto (#33188)
Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
@@ -15,6 +15,7 @@ rand = [
|
||||
"quickcheck", # Only used in tests
|
||||
"servo_rand",
|
||||
"tungstenite",
|
||||
"tracing-perfetto",
|
||||
]
|
||||
|
||||
[ignore]
|
||||
@@ -64,8 +65,23 @@ packages = [
|
||||
"phf_generator",
|
||||
"phf_shared",
|
||||
|
||||
# petgraph uses old version
|
||||
"fixedbitset",
|
||||
|
||||
# servo-media-audio uses old version
|
||||
"petgraph",
|
||||
|
||||
# icu (from mozjs) uses old version
|
||||
# tracing-subscriber (tokio-rs/tracing#3033) uses old version
|
||||
# regex -> regex-automata 0.4.7
|
||||
# icu_list -> regex-automata 0.2.0
|
||||
# tracing-subscriber -> matchers -> regex-automata 0.1.0
|
||||
"regex-automata",
|
||||
|
||||
# tracing-subscriber (tokio-rs/tracing#3033) uses old version
|
||||
# regex [-> regex-automata 0.4.7] -> regex-syntax 0.8.4
|
||||
# tracing-subscriber -> matchers -> regex-automata 0.1.0 -> regex-syntax 0.6.29
|
||||
"regex-syntax",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
||||
Reference in New Issue
Block a user