blob: 05d7e1dfaae0b67c6db01359dbc49c270ffd8ce4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|