Skip to content

Commit 3eb2080

Browse files
committed
universal: uptick msrv
1 parent 2bbe18a commit 3eb2080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/universal-rs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
rust: ["stable", "beta", "nightly", "1.68"] # MSRV
19+
rust: ["stable", "beta", "nightly", "1.75"] # MSRV
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)