Commit 0c7bbce
committed
aes: remove use of
It's been stabilized: rust-lang/rust#90620
Because of that, it's breaking the build on recent nightlies:
https://github.com/RustCrypto/block-ciphers/runs/7968517726?check_suite_focus=true#step:7:103
> error: the feature `aarch64_target_feature` has been stable since
> 1.61.0 and no longer requires an attribute to enableaarch64_target_feature
1 parent ca6a657 commit 0c7bbce
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 123 | + | |
127 | 124 | | |
128 | 125 | | |
129 | 126 | | |
| |||
0 commit comments