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

Update edition from 2018 to 2021 #84

Closed
wants to merge 1 commit into from
Closed

Update edition from 2018 to 2021 #84

wants to merge 1 commit into from

Conversation

roynrishingha
Copy link

  • update formatting using cargo fmt.
  • Update import statements from extern crate to use.
  • Update criterion version to 0.5.1

- update formatting using `cargo fmt`.
- Update import statements from `extern crate` to `use`.
- Update `criterion` version to `0.5.1`
@roynrishingha
Copy link
Author

@llogiq can you review it?

@llogiq
Copy link
Owner

llogiq commented Aug 30, 2023

I need to test it locally. Our CI is currently totally borked.

@llogiq
Copy link
Owner

llogiq commented Aug 30, 2023

Sorry, but updating to edition 2021 would break our minimum-supported Rust version (msrv) policy.

The current minimum supported version is 1.32.0. I'll have to look if we need to update to a newer version to support neon intrinsics (which I plan on doing) or perhaps WASM (which might be added later), and if yes, we might make the jump if and only if that version also supports edition 2021.

@roynrishingha roynrishingha closed this by deleting the head repository Oct 26, 2023
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