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.
25 lines
514 B
25 lines
514 B
--- pest-2.7.11/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ pest-2.7.11/Cargo.toml 2024-07-07T14:58:14.571698+00:00
|
|
@@ -29,10 +29,6 @@
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/pest-parser/pest"
|
|
|
|
-[[bench]]
|
|
-name = "stack"
|
|
-harness = false
|
|
-
|
|
[dependencies.memchr]
|
|
version = "2"
|
|
optional = true
|
|
@@ -53,10 +49,6 @@
|
|
version = "0.1.5"
|
|
default-features = false
|
|
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.5.1"
|
|
-features = ["html_reports"]
|
|
-
|
|
[features]
|
|
const_prec_climber = []
|
|
default = [
|