Skip to content

Commit

Permalink
ci: fix failure
Browse files Browse the repository at this point in the history
bump MSRV due to updated glib requirement
  • Loading branch information
jnqnfe committed Aug 2, 2023
1 parent 9a14328 commit 3f6039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Use the Ubuntu Focal (20.04) environment, which uses PA v13.99.1
os: [ubuntu-22.04]
rustc:
- 1.64.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
- 1.70.0 # Overall MSRV (Minimum supported rust version), including glib's requirement
- stable
- beta
# Allow failure?
Expand Down

0 comments on commit 3f6039a

Please sign in to comment.