1
0

Add rust-toolchain.toml

This commit is contained in:
Jeff 2025-02-22 00:25:34 -05:00
parent d5b4278571
commit 94179b6482
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update nightly && rustup default nightly
- run: cargo build --verbose
- run: cargo test --verbose --no-fail-fast

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2025-02-22"