Skip to content

meta: specify rust-version and add cargo-msrv to CI#100

Merged
KillingSpark merged 3 commits intoKillingSpark:masterfrom
zleyyij:cargo-msrv
Feb 27, 2026
Merged

meta: specify rust-version and add cargo-msrv to CI#100
KillingSpark merged 3 commits intoKillingSpark:masterfrom
zleyyij:cargo-msrv

Conversation

@zleyyij
Copy link
Copy Markdown
Contributor

@zleyyij zleyyij commented Feb 20, 2026

Closes #96

I asked for your approval then promptly realized that it's easy enough that I can just do it and you can decide whether or not to merge it.

This adds a check to CI that validates that the rust-version specified under each crate's Cargo.toml is actually able to compile the project.

A semantic version bump was included, and the changelog updated.

zleyyij and others added 3 commits February 20, 2026 14:13
* style(sequence decoder): migrate .is_some() -> .unwrap to if let to make clippy happy

* feat(cli): replace unix specific code with os generic variant
@KillingSpark
Copy link
Copy Markdown
Owner

Thanks! That kinda went missing on my todo list, sorry about that. I'll have a closer look tomorrow and merge this if nothing comes up

@KillingSpark
Copy link
Copy Markdown
Owner

This looks good, I am just a bit confused why you didn't base this on the latest commit? This includes some duplicated changes to fix clippy lints. Is there any reason this isn't based on a39b341 ?

It doesn't really matter, the outcome will be the same it just makes the PR a bit messier than it needs to be.

@zleyyij
Copy link
Copy Markdown
Contributor Author

zleyyij commented Feb 23, 2026

I forgot to merge changes from your fork into my branch until after the fact😅

@KillingSpark
Copy link
Copy Markdown
Owner

Ah right that makes sense :)

Anyways, lgtm thanks!

@KillingSpark KillingSpark merged commit 3731573 into KillingSpark:master Feb 27, 2026
2 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.

Use rust-version in Cargo.toml

2 participants