Skip to content

Commit 7bc5063

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

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
@@ -26,7 +26,7 @@ jobs:
2626
flags: ["", "--all-features"]
2727
exclude:
2828
# Skip because some features have higher MSRV.
29-
- rust: "1.86" # MSRV
29+
- rust: "1.87" # MSRV
3030
flags: "--all-features"
3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)