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.
rust-orion/orion-fix-metadata.diff

25 lines
469 B

--- orion-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ orion-0.17.7/Cargo.toml 2024-09-16T21:05:57.071949+00:00
@@ -56,11 +56,6 @@
name = "orion"
path = "src/lib.rs"
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-
[dependencies.ct-codecs]
version = "1.1.1"
optional = true
@@ -87,9 +82,6 @@
version = "1.1.0"
default-features = false
-[dev-dependencies.criterion]
-version = "0.5.0"
-
[dev-dependencies.hex]
version = "0.4.0"