1
0
mirror of https://github.com/bitwarden/server synced 2026-02-05 11:13:20 +00:00
Files
server/akd/rust-toolchain.toml

9 lines
254 B
TOML

[toolchain]
channel = "1.90.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"