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

Small changes from updating to hex-simd 0.8.0 #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bentwire
Copy link

This goes with the issue I posted. The examples compile and run now...

@bentwire
Copy link
Author

bentwire commented Jul 4, 2023

Ah ok I see why its failing... It does not like the rust version:

error: package vsimd v0.8.0 cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.61.0

How do I fix that one?

Thanks!

@pwang7
Copy link
Contributor

pwang7 commented Jul 5, 2023

Ah ok I see why its failing... It does not like the rust version:

error: package vsimd v0.8.0 cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.61.0

How do I fix that one?

Thanks!

Try change here:

CI_RUST_TOOLCHAIN: 1.61.0

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