Skip to content

Commit 8f580a1

Browse files
sandersaaresCopilot
andcommitted
build: upgrade Rust toolchain to 1.96.1
Pins RUST_LATEST to 1.96.1 to pull in Cargo bugfixes, notably proper HTTP retries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 75cac4d commit 8f580a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

constants.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# used for testing, ensures the MSRV promise is kept; must match Cargo.toml [workspace.package].rust-version
99
RUST_MSRV=1.93
1010
# used for static analysis & mutation testing; must match rust-toolchain.toml
11-
RUST_LATEST=1.96
11+
RUST_LATEST=1.96.1
1212
# used for coverage and extended analysis; update on a regular basis
1313
RUST_NIGHTLY=nightly-2026-05-30
1414
# used for external type exposure checks; update alongside updates to cargo-check-external-types

0 commit comments

Comments
 (0)