feat(toolchain): add toolchain file
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
target
|
target
|
||||||
rust-toolchain.toml
|
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
.gitignore
|
||||||
|
|||||||
4
rust-toolchain.toml
Normal file
4
rust-toolchain.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "nightly-2024-03-22"
|
||||||
|
components = [ "rust-src" ]
|
||||||
|
profile = "complete"
|
||||||
Reference in New Issue
Block a user