We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa441e3 + 996ff09 commit 75bd7b4Copy full SHA for 75bd7b4
1 file changed
.github/workflows/ci.yaml
@@ -6,7 +6,6 @@ on:
6
branches: [main]
7
8
jobs:
9
-
10
automerge-dependencies:
11
runs-on: macos-14
12
env:
@@ -30,7 +29,7 @@ jobs:
30
29
- uses: actions-rs/toolchain@v1
31
with:
32
profile: minimal
33
- toolchain: 1.81.0
+ toolchain: 1.89.0
34
default: true
35
- name: Select Xcode 15.4
36
run: sudo xcode-select -s /Applications/Xcode_15.4.app
@@ -124,7 +123,7 @@ jobs:
124
123
125
126
127
128
129
components: rustfmt
130
- name: Clippy
@@ -137,7 +136,7 @@ jobs:
137
136
138
139
140
141
142
components: clippy
143
0 commit comments