Files
shadow/rust-toolchain.toml
Pierre Warnier 5a457b8781 ci: add Docker multi-distro tests, renovate, rust-toolchain
- Add Docker test matrix (debian/alpine/fedora) to GitHub Actions CI
- Add renovate.json for automated dependency updates
- Add rust-toolchain.toml for contributor convenience
2026-04-03 14:45:43 +02:00

4 lines
66 B
TOML

[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]