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

Add Rust 1.75 #1650

Closed
wants to merge 3 commits into from
Closed

Add Rust 1.75 #1650

wants to merge 3 commits into from

Conversation

dannywillems
Copy link
Member

@dannywillems dannywillems commented Dec 30, 2023

Require some changes to maek clippy happy.

Base automatically changed from dw/add-rust-1.74.0 to master January 5, 2024 15:39
@dannywillems dannywillems marked this pull request as draft January 18, 2024 16:52
@@ -16,7 +16,7 @@ jobs:
run_checks:
strategy:
matrix:
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74"]
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74", "1.75"]
Copy link
Contributor

Choose a reason for hiding this comment

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

are we using some sort of very-unstable features? IMO this list should be [MSRV, "stable", "beta"] if possible. (it's nice for upstream to catch things quickly if community projects use betas)

Copy link
Member Author

Choose a reason for hiding this comment

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

I did not know we could use this list. Good to know!

are we using some sort of very-unstable features?
No

@dannywillems
Copy link
Member Author

Closing in favor of #1945

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.

3 participants