Skip to content

Commit 2834586

Browse files
committed
ci: update the MSRV toolchain so that it uses 1.85.0
1 parent 1beeaa2 commit 2834586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22
on:
3-
workflow_call: { }
3+
workflow_call: {}
44
push:
55
branches:
66
- master
@@ -104,7 +104,7 @@ jobs:
104104
include:
105105
- toolchain: nightly-2025-05-05
106106
os: ubuntu-latest
107-
- toolchain: 1.75.0
107+
- toolchain: 1.85.0
108108
os: ubuntu-latest
109109
- toolchain: stable
110110
os: ubuntu-latest
@@ -120,7 +120,7 @@ jobs:
120120
fail-fast: false
121121
matrix:
122122
flags:
123-
- ''
123+
- ""
124124
- --features cursors
125125
- --features dates
126126
- --features indices

0 commit comments

Comments
 (0)