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

ci: add MSRV #166

Merged
merged 1 commit into from
Sep 19, 2024
Merged

ci: add MSRV #166

merged 1 commit into from
Sep 19, 2024

Conversation

Burning1020
Copy link
Member

The CI occasionally fails due to updates in some lint rules, so we set MSRV(Minimum Supported Rust Version) to Rust 1.74 in order to pass it.

Signed-off-by: Zhang Tianyang <[email protected]>
@Burning1020 Burning1020 requested review from a team as code owners September 16, 2024 09:41
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.74"
components = ["rustfmt", "clippy", "llvm-tools"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it because we need an empty line at the end of the file?

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 think that is unnecessary.

@abel-von abel-von merged commit feb4e71 into kuasar-io:main Sep 19, 2024
18 checks passed
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