We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e65dd commit 5db9344Copy full SHA for 5db9344
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
# Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
24
os: [ubuntu-22.04]
25
rustc:
26
- - 1.63.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
+ - 1.64.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
27
- stable
28
- beta
29
# Allow failure?
0 commit comments