build,ci: specify MSRV and setup CI

This commit is contained in:
oxalica 2025-09-11 18:46:25 -04:00
parent 59a8851b32
commit 10c1ad5170
6 changed files with 15 additions and 11 deletions

View file

@ -7,6 +7,11 @@ members = [
]
default-members = ["blahd"]
[workspace.package]
edition = "2024"
# NB: Sync MSRV with CI!
rust-version = "1.88" # let_chains
[workspace.lints.clippy]
allow_attributes_without_reason = "warn"
dbg_macro = "warn"