We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124821e commit 2294ed0Copy full SHA for 2294ed0
html5ever/Cargo.toml
@@ -17,10 +17,8 @@ mac = "0.1"
17
markup5ever = { version = "0.12", path = "../markup5ever" }
18
19
[dev-dependencies]
20
-typed-arena = "2.0.2"
21
-
22
-[target.'cfg(bench)'.dev-dependencies]
23
criterion = "0.3"
+typed-arena = "2.0.2"
24
25
[build-dependencies]
26
quote = "1"
xml5ever/Cargo.toml
@@ -21,10 +21,8 @@ mac = "0.1"
markup5ever = {version = "0.12", path = "../markup5ever" }
-rustc-test = "0.3"
27
+rustc-test = "0.3"
28
29
[[bench]]
30
name = "xml5ever"
0 commit comments