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

18 lines
408 B

--- sha2-0.9.0/Cargo.toml 2020-06-10T02:38:06+00:00
+++ sha2-0.9.0/Cargo.toml 2020-06-21T15:34:44.740717+00:00
@@ -23,13 +23,10 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/hashes"
[dependencies.block-buffer]
-version = "0.8"
+version = "0.9"
[dependencies.digest]
version = "0.9"
-
-[dependencies.fake-simd]
-version = "0.1"
[dependencies.libc]
version = "0.2.68"