File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313 contents : read
1414
1515env :
16- RUST_TOOLCHAIN_VERSION : 1.89 .0
16+ RUST_TOOLCHAIN_VERSION : 1.95 .0
1717
1818jobs :
1919 # This job is always run to ensure we don't miss any new upstream advisories
Original file line number Diff line number Diff line change 99permissions : {}
1010
1111env :
12- RUST_TOOLCHAIN_VERSION : 1.89 .0
12+ RUST_TOOLCHAIN_VERSION : 1.95 .0
1313 RELEASE_TAG : ${{ github.ref_name }}
1414
1515jobs :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313 contents : read
1414
1515env :
16- RUST_TOOLCHAIN_VERSION : 1.89 .0
16+ RUST_TOOLCHAIN_VERSION : 1.95 .0
1717
1818jobs :
1919 # This job is always run to ensure we don't miss any new upstream advisories
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010env :
1111 # Keep in sync with across other repos like operator-rs and operator-templating
12- RUST_TOOLCHAIN_VERSION : " nightly-2025-10-23 "
12+ RUST_TOOLCHAIN_VERSION : " nightly-2026-07-01 "
1313 HADOLINT_VERSION : " v2.14.0"
1414 PYTHON_VERSION : " 3.14"
1515
Original file line number Diff line number Diff line change 22 "rust-analyzer.rustfmt.overrideCommand" : [
33 " rustfmt" ,
44 // Keep in sync with across other repos like operator-rs and operator-templating
5- " +nightly-2025-10-23 " ,
5+ " +nightly-2026-07-01 " ,
66 " --edition" ,
77 " 2024" ,
88 " --"
You can’t perform that action at this time.
0 commit comments