# Pins the toolchain for work inside this directory, so `cargo fmt` and
# `cargo clippy` give the same answer for everyone. It does not constrain a
# crate that depends on this one; the supported floor for that is
# `rust-version` in Cargo.toml.
[]
= "1.96.0"
= "minimal"
= [ "rustfmt", "clippy" ]