# The tools the justfile shells out to, beyond the Rust toolchain that
# rust-toolchain.toml pins (rustup owns that, since `just format` needs a
# nightly rustfmt alongside the pinned stable). `fswatch`, which `just serve`
# and `just watch` need, has no mise package and stays a system dependency.
[]
# Supply-chain cooldown: ignore releases newer than this when resolving.
= "7d"
[]
= "latest" # publish, fetch, gists, delete
= "latest" # bench
= "latest"
= "latest" # test-js, test-browser
= "latest" # profile
= "latest" # pre-commit, fonttools, profile report