1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00
Files
browser/apps/desktop/desktop_native/rust-toolchain.toml
Daniel García a02c230e4d Pin rust toolchain (#14817)
* Pin rust toolchain

* Always install targets in build script

* Delete installed toolchains
2025-05-17 22:17:36 +02:00

5 lines
88 B
TOML

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