bitwarden_rs/rust-toolchain.toml
Daniel García 377969ea67
Update rust and remove unused header values (#4645)
* Update rust and remove unused header values

* Missed one unused var
2024-06-16 22:05:17 +02:00

5 lines
88 B
TOML

[toolchain]
channel = "1.79.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"