mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 11:02:11 +03:00
add rust-toolchain.toml file
This commit is contained in:
parent
911bb88f3f
commit
dc06dadb10
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
- 'packages/butler/**'
|
||||
- 'Cargo.lock'
|
||||
- 'Cargo.toml'
|
||||
- 'rust-toolchain.toml'
|
||||
node:
|
||||
- 'packages/ui/**'
|
||||
- 'package.json'
|
||||
|
4
rust-toolchain.toml
Normal file
4
rust-toolchain.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2023-12-08"
|
||||
components = [ "rustfmt", "rustc-dev", "clippy", "rust-src", "llvm-tools-preview" ]
|
||||
profile = "minimal"
|
Loading…
Reference in New Issue
Block a user