mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build,ci: specify MSRV and setup CI
This commit is contained in:
parent
59a8851b32
commit
10c1ad5170
6 changed files with 15 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue