Blob Blame History Raw
--- bumpalo-3.16.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ bumpalo-3.16.0/Cargo.toml	2024-05-19T11:48:32.740873+00:00
@@ -40,17 +40,6 @@
 path = "src/lib.rs"
 bench = false
 
-[[test]]
-name = "try_alloc"
-path = "tests/try_alloc.rs"
-harness = false
-
-[[bench]]
-name = "benches"
-path = "benches/benches.rs"
-harness = false
-required-features = ["collections"]
-
 [dependencies.allocator-api2]
 version = "0.2.8"
 optional = true
@@ -59,9 +48,6 @@
 [dependencies.serde]
 version = "1.0.171"
 optional = true
-
-[dev-dependencies.criterion]
-version = "0.3.6"
 
 [dev-dependencies.quickcheck]
 version = "1.0.3"