Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Pin Rust nightly to 2024-02-01 #465

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

vadorovsky
Copy link
Contributor

The newest Rust nightly removed the stdsimd feature in favor of more grained features (rust-lang/rust#117372).

However, the version of ahash we depend on, still requires that feature. New release of ahash (0.8.7) contains a fix, but we can't upgrade to it without upgrading Anchor.

Pinning Rust nightly seems to be the less intrusive solution for now.

The newest Rust nightly removed the `stdsimd` feature in favor of
more grained features (rust-lang/rust#117372).

However, the version of `ahash` we depend on, still requires that
feature. New release of `ahash` (0.8.7) contains a fix, but we can't
upgrade to it without upgrading Anchor.

Pinning Rust nightly seems to be the less intrusive solution for now.
@vadorovsky vadorovsky force-pushed the vadorovsky/pin-nightly branch from 8291de9 to 3722ee3 Compare February 6, 2024 16:17
@vadorovsky vadorovsky marked this pull request as ready for review February 6, 2024 16:17
@ananas-block ananas-block merged commit 75f730f into main Feb 6, 2024
6 checks passed
@ananas-block ananas-block deleted the vadorovsky/pin-nightly branch February 6, 2024 19:25
vadorovsky added a commit to vadorovsky/light-protocol that referenced this pull request May 1, 2024
The newest Rust nightly removed the `stdsimd` feature in favor of
more grained features (rust-lang/rust#117372).

However, the version of `ahash` we depend on, still requires that
feature. New release of `ahash` (0.8.7) contains a fix, but we can't
upgrade to it without upgrading Anchor.

Pinning Rust nightly seems to be the less intrusive solution for now.
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.

2 participants