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

masonry: Update MSRV to 1.75 from 1.65 #208

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

waywardmonkeys
Copy link
Contributor

@waywardmonkeys waywardmonkeys commented Apr 25, 2024

The code currently uses some API that is not available in Rust 1.65:

  • is_ok_and from 1.70
  • next_multiple_of from 1.73

Vello requires 1.75.

Copy link
Member

@DJMcNab DJMcNab left a comment

Choose a reason for hiding this comment

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

Vello's MSRV is/will be 1.75 since linebender/vello#478, so I think that's our true minimum

But updating this can't hurt. Thanks.

So I'd recommend changing to 1.75 then landing

The code currently uses some API that is not available in Rust 1.65:

* `is_ok_and` from 1.70
* `next_multiple_of` from 1.73

Vello requires 1.75.
@waywardmonkeys waywardmonkeys changed the title masonry: Update MSRV to 1.73 from 1.65 masonry: Update MSRV to 1.75 from 1.65 Apr 25, 2024
@waywardmonkeys
Copy link
Contributor Author

Good call. Updated and will merge when CI passes (or I wake up in the morning).

@DJMcNab
Copy link
Member

DJMcNab commented Apr 25, 2024

(You should be able to merge when ready, which will add to the queue once CI passes)

@waywardmonkeys waywardmonkeys added this pull request to the merge queue Apr 25, 2024
Merged via the queue into linebender:main with commit f27a3ea Apr 25, 2024
7 checks passed
@waywardmonkeys waywardmonkeys deleted the correct-masonry-msrv branch April 25, 2024 16:20
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