ci: bump dtolnay/rust-toolchain from 1.85 to 1.100 #1
Annotations
1 error
|
Validate PR commits
You have commit messages with errors
⧗ input: chore: scaffold library crate with CI, linting, and licenses
Set up the Rust library crate with:
- Cargo.toml with package metadata and lint configuration
- CI workflow (fmt + clippy + test on Linux/macOS/Windows, cargo-deny, MSRV)
- Security audit workflow (cargo-audit, weekly schedule)
- Commit lint workflow (conventional commits)
- Dependabot configuration (cargo + github-actions)
- rustfmt.toml, rust-toolchain.toml, deny.toml
- Dual MIT/Apache-2.0 license files
- Library src/lib.rs with #![warn(missing_docs)] and #![deny(unsafe_code)]
✖ subject must be lower-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading