diff --git a/Cargo.toml b/Cargo.toml index bd66587..138cd4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [target."cfg(not(any(all(target_arch = \"aarch64\", target_feature = \"aes\"),all(target_arch = \"x86_64\", target_feature = \"aes\"),all(target_arch = \"x86\", target_feature = \"aes\"))))".dependencies.softaes] version = "0.1" -[target.'cfg(not(pure_rust))'.build-dependencies] +[build-dependencies] cc = "1.0.83" [dev-dependencies]