mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:41:56 +00:00
Merge b556453336 into 7d01aa0417
This commit is contained in:
commit
0a8cbca010
12
tooling/cli/templates/app/src-tauri/rust-toolchain.toml
Normal file
12
tooling/cli/templates/app/src-tauri/rust-toolchain.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[toolchain]
|
||||
channel = "1.77.2"
|
||||
profile = "minimal"
|
||||
components = [
|
||||
"cargo",
|
||||
"clippy",
|
||||
"llvm-tools-preview",
|
||||
"rustc",
|
||||
"rust-src",
|
||||
"rustfmt",
|
||||
]
|
||||
targets = []
|
||||
Loading…
Reference in New Issue
Block a user