diff options
Diffstat (limited to 'vendor/orion/debian/patches/disable-benches.patch')
-rw-r--r-- | vendor/orion/debian/patches/disable-benches.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/orion/debian/patches/disable-benches.patch b/vendor/orion/debian/patches/disable-benches.patch new file mode 100644 index 0000000..fafbee5 --- /dev/null +++ b/vendor/orion/debian/patches/disable-benches.patch @@ -0,0 +1,23 @@ +Index: orion/Cargo.toml +=================================================================== +--- orion.orig/Cargo.toml ++++ orion/Cargo.toml +@@ -36,6 +36,7 @@ categories = [ + ] + license = "MIT" + repository = "https://github.com/orion-rs/orion" ++autobenches = false + + [package.metadata.docs.rs] + all-features = true +@@ -47,10 +48,6 @@ rustdoc-args = [ + [profile.dev] + opt-level = 1 + +-[[bench]] +-name = "bench" +-harness = false +- + [dependencies.ct-codecs] + version = "1.1.1" + optional = true |