Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ zerocopy-panic-in-const-and-vec-try-reserve-1-57-0 = "1.57.0"
[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.90.0"
pinned-nightly = "nightly-2025-10-17"
pinned-nightly = "nightly-2025-10-26"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The specified nightly toolchain nightly-2025-10-26 is not a valid, available toolchain. This will cause CI builds that rely on the nightly toolchain to fail. Please update this to a valid, existing nightly toolchain version. This issue may stem from a bug in the automation script that created this pull request.


[package.metadata.docs.rs]
all-features = true
Expand Down
Loading