Skip to content

Commit

Permalink
Bump MSRV to match objc2's MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jul 31, 2023
1 parent cd0a306 commit e821678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.1
toolchain: '1.60'
override: true
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit e821678

Please sign in to comment.