You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
510 B
30 lines
510 B
1 year ago
|
--- proptest-derive-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ proptest-derive-0.4.0/Cargo.toml 2023-12-12T23:36:53.698228+00:00
|
||
|
@@ -34,10 +34,6 @@
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
-[[bench]]
|
||
|
-name = "large_enum"
|
||
|
-harness = false
|
||
|
-
|
||
|
[dependencies.proc-macro2]
|
||
|
version = "1.0"
|
||
|
|
||
|
@@ -52,15 +48,5 @@
|
||
|
"full",
|
||
|
]
|
||
|
|
||
|
-[dev-dependencies.compiletest_rs]
|
||
|
-version = "0.9"
|
||
|
-features = [
|
||
|
- "tmp",
|
||
|
- "stable",
|
||
|
-]
|
||
|
-
|
||
|
-[dev-dependencies.criterion]
|
||
|
-version = "0.5"
|
||
|
-
|
||
|
[dev-dependencies.proptest]
|
||
|
version = "1.0.0"
|