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)]
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✖ subject must be lower-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: ci: Bump dtolnay/rust-toolchain from 1.85 to 1.100
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1.85 to 1.100.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.85...1.100)
---
updated-dependencies:
- dependency-name: dtolnay/rust-toolchain
dependency-version: '1.100'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
✖ subject must be lower-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading