Skip to content

Commit

Permalink
Bump the MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Apr 22, 2024
1 parent 4941bf3 commit 589c564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

env:
minrust: 1.56.0
minrust: 1.67.1

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 2 * * *'

env:
minrust: 1.46.0
minrust: 1.67.1

jobs:
test:
Expand Down

0 comments on commit 589c564

Please sign in to comment.