Skip to content

Commit cda9cea

Browse files
committed
Bump MSRV to 1.85 in CI
1 parent 629d019 commit cda9cea

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.67.1
6+
minrust: 1.85
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.67.1
8+
minrust: 1.85
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)