1
0
mirror of https://github.com/bitwarden/server synced 2026-01-29 15:53:36 +00:00
Files
server/akd/rust-toolchain.toml

9 lines
256 B
TOML

[toolchain]
channel = "1.88.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"
# The following is not part of the rust-toolchain.toml format,
# but is used by our Renovate config to manage nightly versions.
nightly-channel = "nightly-2025-05-08"