Skip to content

Commit 3f6039a

Browse files
committed
ci: fix failure
bump MSRV due to updated glib requirement
1 parent 9a14328 commit 3f6039a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
2424
os: [ubuntu-22.04]
2525
rustc:
26-
- 1.64.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
26+
- 1.70.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
2727
- stable
2828
- beta
2929
# Allow failure?

0 commit comments

Comments
 (0)