Skip to content

Commit 8310301

Browse files
committed
fix: bump rust version in CI
1 parent 7bc5063 commit 8310301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25-
rust: ["stable", "1.86"]
25+
rust: ["stable", "1.87"]
2626
flags: ["", "--all-features"]
2727
exclude:
2828
# Skip because some features have higher MSRV.

0 commit comments

Comments
 (0)