Skip to content

Commit 7b3839b

Browse files
committed
Add MSRV 1.63 to CI
1 parent 317c7ea commit 7b3839b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
21-
rust: [nightly, beta, stable]
21+
rust: [nightly, beta, stable, 1.63]
2222

2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)