We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd30cbe commit 873019dCopy full SHA for 873019d
.github/workflows/pr.yml
@@ -5,8 +5,8 @@ on:
5
env:
6
CARGO_TERM_COLOR: always
7
RUST_BACKTRACE: 1
8
- # https://releases.rs/docs/1.83.0/ release date
9
- NIGHTLY_TOOLCHAIN: nightly-2025-02-20
+ # https://releases.rs/docs/1.88.0/ release date
+ NIGHTLY_TOOLCHAIN: nightly-2025-06-26
10
11
# Cancel in progress workflows on pull_requests.
12
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
0 commit comments