0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-15 14:33:09 +01:00
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

4 lines
88 B
TOML

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