kache 0.17.0

Zero-copy, content-addressed build cache for Rust, C/C++ and more, with S3 and shared-filesystem remotes.
1
2
3
4
5
6
7
8
9
# The one Rust pin. rustup reads it directly, mise reads it through
# `idiomatic_version_file_enable_tools` in mise.toml, and the Nix flake reads it
# with `fromRustupToolchainFile`, so CI and contributors build with the same
# compiler. The channel is an exact version: a point release must not move CI
# without a commit here.
[toolchain]
channel = "1.98.0"
components = ["rustfmt", "clippy"]
profile = "minimal"