Skip to content

Commit

Permalink
Bump MSRV to v1.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 13, 2024
1 parent d894e88 commit e36de00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
check:
name: Check on v1.56
name: Check on v1.68.2
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.1
toolchain: 1.68.2
override: true

- name: Run cargo check
Expand Down

0 comments on commit e36de00

Please sign in to comment.