Skip to content

Specify rust-version and remove outdated info from README#101

Draft
xtqqczze wants to merge 1 commit intollogiq:masterfrom
xtqqczze:msrv
Draft

Specify rust-version and remove outdated info from README#101
xtqqczze wants to merge 1 commit intollogiq:masterfrom
xtqqczze:msrv

Conversation

@xtqqczze
Copy link
Copy Markdown

The workspace does not compile with Rust 1.60.0 due to a neon target feature:

error[E0658]: the target feature `neon` is currently unstable
  --> src/simd/aarch64.rs:11:18
   |
11 | #[target_feature(enable = "neon")]
   |                  ^^^^^^^^^^^^^^^
   |
   = note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant