1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-02 12:14:41 +02:00
vaultwarden/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 Zeilen
88 B
TOML

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