Skip to content

Commit 95c8a75

Browse files
committed
Bump MSRV to match objc2's MSRV
1 parent a4c112c commit 95c8a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install toolchain
3535
uses: actions-rs/toolchain@v1
3636
with:
37-
toolchain: 1.56.1
37+
toolchain: '1.60'
3838
override: true
3939
- name: Build
4040
run: cargo build --verbose

0 commit comments

Comments
 (0)