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

Improve CI workflows #37

Merged
merged 5 commits into from
Jul 29, 2024
Merged

Improve CI workflows #37

merged 5 commits into from
Jul 29, 2024

Conversation

InputUsername
Copy link
Owner

@InputUsername InputUsername commented Jul 28, 2024

@InputUsername InputUsername requested a review from shymega July 28, 2024 17:31
@InputUsername InputUsername added this to the v0.8.1 milestone Jul 28, 2024
Copy link
Collaborator

@shymega shymega left a comment

Choose a reason for hiding this comment

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

Only one thing - other than that, LGTM.

@@ -11,7 +11,7 @@ description = "ListenBrainz API bindings for Rust"
keywords = ["listenbrainz", "api", "bindings"]
categories = ["api-bindings"]
publish = true
rust-version = "1.58"
rust-version = "1.63.0"
Copy link
Owner Author

Choose a reason for hiding this comment

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

For some reason cargo-msrv on my machine claims the MSRV is 1.58, but the workflow claims 1.63.0. Not sure why this is happening.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Is cargo-msrv up to date, as well as your Rsut toolchian? What does rustc -V report in the project dir?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yep. I updated Rust and cargo-msrv and ran it, and it spit out 1.58.1. However, for some reason now it's claiming 1.63.0, so I guess I may have had a stale build cache or something.

@shymega shymega self-requested a review July 29, 2024 22:06
Copy link
Collaborator

@shymega shymega left a comment

Choose a reason for hiding this comment

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

LGTM!

@InputUsername InputUsername merged commit 757b0e6 into main Jul 29, 2024
3 of 5 checks passed
@InputUsername InputUsername deleted the improve-workflows branch July 29, 2024 22:13
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.

Properly handle minimum supported Rust version (MSRV)
2 participants