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

12 lines
555 B

--- aes-0.4.0/Cargo.toml 2020-06-05T18:36:33+00:00
+++ aes-0.4.0/Cargo.toml 2020-06-22T10:46:50.122774+00:00
@@ -27,8 +27,5 @@
[dev-dependencies.block-cipher]
version = "0.7"
features = ["dev"]
-[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
-version = "0.7"
-default-features = false
[target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
version = "0.4"