summaryrefslogtreecommitdiffstats
path: root/vendor/crypto-bigint/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 12:47:55 +0000
commit2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4 (patch)
tree033cc839730fda84ff08db877037977be94e5e3a /vendor/crypto-bigint/debian/patches
parentInitial commit. (diff)
downloadcargo-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.patch12
-rw-r--r--vendor/crypto-bigint/debian/patches/series1
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