gitbutler/rust-toolchain.toml
Kiril Videlov 4db2698cda
bump tauri minor version
this allows us to bundle RPM packages!
2024-07-02 10:48:47 +03:00

5 lines
147 B
TOML

[toolchain]
channel = "nightly-2024-07-01"
components = [ "rustfmt", "rustc-dev", "clippy", "rust-src", "llvm-tools-preview" ]
profile = "minimal"