You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-sha2/sha2-fix-metadata.diff

22 lines
445 B

--- sha2-0.9.5/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sha2-0.9.5/Cargo.toml 2021-07-27T10:39:22.487593+00:00
@@ -37,9 +37,6 @@
[dependencies.opaque-debug]
version = "0.3"
-[dependencies.sha2-asm]
-version = "0.6.1"
-optional = true
[dev-dependencies.digest]
version = "0.9"
features = ["dev"]
@@ -48,8 +45,6 @@
version = "0.2"
[features]
-asm = ["sha2-asm"]
-asm-aarch64 = ["asm"]
compress = []
default = ["std"]
force-soft = []