Skip to content

Commit 5db9344

Browse files
committed
ci: bump msrvto fix failure
glib crates now require 1.64
1 parent d0e65dd commit 5db9344

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
@@ -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.63.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
26+
- 1.64.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
2727
- stable
2828
- beta
2929
# Allow failure?

0 commit comments

Comments
 (0)