Skip to content

Commit 769d5e7

Browse files
committed
ci: Bump stable Rust toolchain to 1.89.0
1 parent 9e8e7a4 commit 769d5e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/boil_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "Cargo.*"
1111

1212
env:
13-
RUST_VERSION: 1.87.0
13+
RUST_VERSION: 1.89.0
1414

1515
jobs:
1616
# 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
@@ -7,7 +7,7 @@ on:
77
- "boil-[0-9]+.[0-9]+.[0-9]+**"
88

99
env:
10-
RUST_VERSION: 1.87.0
10+
RUST_VERSION: 1.89.0
1111

1212
jobs:
1313
create-release:

0 commit comments

Comments
 (0)