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

Major revamp to the code structure for better build times and MSRV guarantees. #201

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

Alexhuszagh
Copy link
Owner

This lowers the required MSRV to 1.61.0 and ensures that all tests with dependencies, as well as the ASM, binary size, and benchmark crates are moved to a dedicated submodule. This keeps all the core code the same, in fact, no source code was changed, however, it simplifies the builds and other tests.

…arantees.

This lowers the required MSRV to 1.61.0 and ensures that all tests with dependencies, as well as the ASM, binary size, and benchmark crates are moved to a dedicated submodule. This keeps all the core code the same, in fact, no source code was changed, however, it simplifies the builds and other tests.
@Alexhuszagh Alexhuszagh added the CI Related to continuous integration. label Dec 18, 2024
@Alexhuszagh Alexhuszagh self-assigned this Dec 18, 2024
@Alexhuszagh Alexhuszagh merged commit c6c5052 into main Dec 18, 2024
37 checks passed
@Alexhuszagh Alexhuszagh deleted the devel branch December 18, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Related to continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant