Skip to content

Commit a08591a

Browse files
committed
ci: fix failure
libc crate requires rustc 1.63+ now
1 parent fa8bd49 commit a08591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
skip-glib-crate: false
4141
# Minimal MSRV test - Our actual MSRV, excluding glib crate (often needs newer version)
4242
- os: ubuntu-latest
43-
rustc: 1.56.0
43+
rustc: 1.63.0
4444
experimental: false
4545
skip-unit-tests: true
4646
skip-glib-crate: true

0 commit comments

Comments
 (0)