Skip to content

Commit 3e623eb

Browse files
committed
ci: Bump stable Rust toolchain to 1.95.0
1 parent 843cdd8 commit 3e623eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/boil_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
env:
16-
RUST_TOOLCHAIN_VERSION: 1.89.0
16+
RUST_TOOLCHAIN_VERSION: 1.95.0
1717

1818
jobs:
1919
# This job is always run to ensure we don't miss any new upstream advisories

.github/workflows/boil_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: {}
1010

1111
env:
12-
RUST_TOOLCHAIN_VERSION: 1.89.0
12+
RUST_TOOLCHAIN_VERSION: 1.95.0
1313
RELEASE_TAG: ${{ github.ref_name }}
1414

1515
jobs:

.github/workflows/patchable_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
env:
16-
RUST_TOOLCHAIN_VERSION: 1.89.0
16+
RUST_TOOLCHAIN_VERSION: 1.95.0
1717

1818
jobs:
1919
# This job is always run to ensure we don't miss any new upstream advisories

0 commit comments

Comments
 (0)