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

Raise MSRV to 1.65 #6185

Merged
merged 3 commits into from Mar 5, 2023
Merged

Raise MSRV to 1.65 #6185

merged 3 commits into from Mar 5, 2023

Conversation

pascalkuthe
Copy link
Member

@pascalkuthe pascalkuthe commented Mar 4, 2023

Updates MSRV to 1.65 per our policy.

Ubuntu has finally followed their own policy and updated rustc to 1.65 so this should now be uncontroversial and not cause any problems.

This PR includes #6065 (with permission from @Byron) to update gix and the usual update of the CI, rust-toolchain.toml and resolving of MSRV related TODOs (clippy lints were resolved in #5892)

Note that the large diff is caused by Cargo.lock changes mostly from renaming all the gitoxide subcrates from git-.. to gix-.. and gitoxide dropping dependencies (caused by reviews from the cargo people, as gitoxide is now used in cargo)

Byron and others added 3 commits March 4, 2023 21:44
This fixes breakage when installing `helix` due to an incorrect usage of
`as_ref()` when interacting with `bstr` in the `gitoxide` codebase.

However, this upgrade also requires a higher rustc version, as `gitoxide`
recently updated its `windows` crate version.
Co-authored-by: Ivan Tham <pickfire@riseup.net>
@pascalkuthe pascalkuthe added E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer. labels Mar 4, 2023
Copy link
Member

@dead10ck dead10ck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@archseer
Copy link
Member

archseer commented Mar 5, 2023

and gitoxide dropping dependencies

Nice!

@archseer archseer merged commit ccdb144 into helix-editor:master Mar 5, 2023
@pascalkuthe pascalkuthe deleted the msrv-1.65 branch March 5, 2023 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Experience needed to fix: Easy / not much S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants