Skip to content

Commit 589c564

Browse files
committed
Bump the MSRV in CI
1 parent 4941bf3 commit 589c564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
minrust: 1.56.0
6+
minrust: 1.67.1
77

88
jobs:
99
test:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 2 * * *'
66

77
env:
8-
minrust: 1.46.0
8+
minrust: 1.67.1
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)