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
neuronull 30b89d1fc2 Bump Rust version to 1.87.0 (#17641)
* Bump Rust version to 1.87.0

* clippy

* clippy

* clippy
2025-12-01 08:42:12 -07:00

5 lines
88 B
TOML

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