Commit 87c3aa7
authored
aes: vaes detection is provided by cpufeatures-0.2.12 (#514)
This fixes a compilation error when bumping to aes-0.9.0-rc.2 (which
brings a vaes backend):
```
error: no rules expected `"vaes"`
--> $HOME/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.0-rc.2/src/x86.rs:38:38
|
38 | cpufeatures::new!(features_vaes, "vaes");
| ^^^^^^ no rules expected this token in macro call
```1 parent 25df7c9 commit 87c3aa7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments