You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2023. It is now read-only.
Accommodate the recent changes in the Nightly Rust compiler
- The `macro_reexport` feature was removed and superseded by
`use_extern_macros`. <rust-lang/rust#29638>
- Switch to the version of `stdsimd` provided directly by the toolchain
rather than one distributed via crates.io or github.io
- `never_type` is unstable again
<rust-lang/rust#35121>
- `cfg_target_feature` is stable since 1.27.0
- `target_feature` is stable since 1.27.0
0 commit comments