diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:55 +0000 |
commit | 2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4 (patch) | |
tree | 033cc839730fda84ff08db877037977be94e5e3a /vendor/crypto-bigint/debian/patches | |
parent | Initial commit. (diff) | |
download | cargo-upstream.tar.xz cargo-upstream.zip |
Adding upstream version 0.70.1+ds1.upstream/0.70.1+ds1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/crypto-bigint/debian/patches')
-rw-r--r-- | vendor/crypto-bigint/debian/patches/disable-benches.patch | 12 | ||||
-rw-r--r-- | vendor/crypto-bigint/debian/patches/series | 1 |
2 files changed, 13 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 diff --git a/vendor/crypto-bigint/debian/patches/series b/vendor/crypto-bigint/debian/patches/series new file mode 100644 index 0000000..40cc453 --- /dev/null +++ b/vendor/crypto-bigint/debian/patches/series @@ -0,0 +1 @@ +disable-benches.patch |