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-sha-1/sha-1-fix-metadata.diff

21 lines
432 B

--- sha-1-0.8.1/Cargo.toml 1969-12-31T19:00:00-05:00
+++ sha-1-0.8.1/Cargo.toml 2019-02-23T13:15:01.940311-05:00
@@ -35,9 +35,6 @@
[dependencies.opaque-debug]
version = "0.2"
-[dependencies.sha1-asm]
-version = "0.4"
-optional = true
[dev-dependencies.digest]
version = "0.8"
features = ["dev"]
@@ -46,7 +43,6 @@
version = "0.1"
[features]
-asm = ["sha1-asm"]
default = ["std"]
std = ["digest/std"]
[badges.travis-ci]