1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -178,25 +178,25 @@
path = "examples/string/main.rs"
required-features = ["alloc"]
-[[bench]]
+[[disabled.bench]]
name = "arithmetic"
path = "examples/arithmetic/bench.rs"
harness = false
required-features = ["alloc"]
-[[bench]]
+[[disabled.bench]]
name = "http"
path = "examples/http/bench.rs"
harness = false
required-features = ["alloc"]
-[[bench]]
+[[disabled.bench]]
name = "ini"
path = "examples/ini/bench.rs"
harness = false
required-features = ["std"]
-[[bench]]
+[[disabled.bench]]
name = "json"
path = "examples/json/bench.rs"
harness = false
|