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

fix: increase MSRV to 1.66 #129

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

fix: increase MSRV to 1.66 #129

wants to merge 1 commit into from

Conversation

vmx
Copy link

@vmx vmx commented Sep 26, 2024

unicode-width v0.1.14 uses the mixed_integer_ops feature which was stabilized in Rust version 1.66, hence also increase the MSRV of this repo.

Also fix all Clippy and Rustdoc warnings.

`unicode-width` v0.1.14 uses the `mixed_integer_ops` feature which was
stabilized in Rust version 1.66, hence also increase the MSRV of this
repo.

Also fix all Clippy and Rustdoc warnings.
@vmx
Copy link
Author

vmx commented Sep 27, 2024

I should've mentioned that the CircleCI failure is unrelated. when run locally things pass.

@vmx
Copy link
Author

vmx commented Sep 27, 2024

@cryptonemo I cannot merge as this one also has "required" tests on CircleCI. Please remove those (as I'll also move those to GitHub Actions).

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