Add rust-toolchain.toml
This commit is contained in:
parent
d5b4278571
commit
94179b6482
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -14,6 +14,5 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup update nightly && rustup default nightly
|
|
||||||
- run: cargo build --verbose
|
- run: cargo build --verbose
|
||||||
- run: cargo test --verbose --no-fail-fast
|
- run: cargo test --verbose --no-fail-fast
|
||||||
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "nightly-2025-02-22"
|
Loading…
x
Reference in New Issue
Block a user