feat(toolchain): add toolchain file
This commit is contained in:
parent
ccb23c8c56
commit
90708794db
|
@ -1,3 +1,3 @@
|
||||||
target
|
target
|
||||||
rust-toolchain.toml
|
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
.gitignore
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly-2024-03-22"
|
||||||
|
components = [ "rust-src" ]
|
||||||
|
profile = "complete"
|
Loading…
Reference in New Issue