Commit e292772
committed
Specify rust-version and remove outdated info from README
The workspace does not compile with Rust 1.60.0 due to a neon target feature:
```log
error[E0658]: the target feature `neon` is currently unstable
--> src/simd/aarch64.rs:11:18
|
11 | #[target_feature(enable = "neon")]
| ^^^^^^^^^^^^^^^
|
= note: see issue #44839 <rust-lang/rust#44839> for more information
```1 parent f06647f commit e292772
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
0 commit comments