Skip to content

Commit 996ff09

Browse files
point to v1.89.0 of the rust toolchain to resolve edition2024 build failure in CI (#225)
1 parent f1fd307 commit 996ff09

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches: [main]
77

88
jobs:
9-
109
automerge-dependencies:
1110
runs-on: macos-14
1211
env:
@@ -30,7 +29,7 @@ jobs:
3029
- uses: actions-rs/toolchain@v1
3130
with:
3231
profile: minimal
33-
toolchain: 1.81.0
32+
toolchain: 1.89.0
3433
default: true
3534
- name: Select Xcode 15.4
3635
run: sudo xcode-select -s /Applications/Xcode_15.4.app
@@ -124,7 +123,7 @@ jobs:
124123
- uses: actions-rs/toolchain@v1
125124
with:
126125
profile: minimal
127-
toolchain: 1.81.0
126+
toolchain: 1.89.0
128127
default: true
129128
components: rustfmt
130129
- name: Clippy
@@ -137,7 +136,7 @@ jobs:
137136
- uses: actions-rs/toolchain@v1
138137
with:
139138
profile: minimal
140-
toolchain: 1.81.0
139+
toolchain: 1.89.0
141140
default: true
142141
components: clippy
143142
- name: Clippy

0 commit comments

Comments
 (0)