diff options
Diffstat (limited to 'vendor/crypto-bigint/debian/patches/disable-benches.patch')
-rw-r--r-- | vendor/crypto-bigint/debian/patches/disable-benches.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/crypto-bigint/debian/patches/disable-benches.patch b/vendor/crypto-bigint/debian/patches/disable-benches.patch new file mode 100644 index 0000000..05d7e1d --- /dev/null +++ b/vendor/crypto-bigint/debian/patches/disable-benches.patch @@ -0,0 +1,12 @@ +Index: crypto-bigint/Cargo.toml +=================================================================== +--- crypto-bigint.orig/Cargo.toml ++++ crypto-bigint/Cargo.toml +@@ -38,6 +38,7 @@ categories = [ + license = "Apache-2.0 OR MIT" + repository = "https://github.com/RustCrypto/crypto-bigint" + resolver = "2" ++autobenches = false + + [package.metadata.docs.rs] + all-features = true |