safebrowsing-rs/rust-toolchain.toml
Jade Ellis c886f61fb9
Some checks failed
/ Build Nix targets (push) Has been cancelled
chore: Fix outdated nix rust version
Also adds a MSRV and a toolchain file
2025-08-11 03:04:04 +01:00

4 lines
86 B
TOML

[toolchain]
channel = "1.89.0"
components = ["rustfmt", "clippy"]
profile = "minimal"