-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency breaks CI #532
Labels
bug
Something isn't working
Comments
Thanks for the report. Got a PR that I will sort out tonight |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The MSRV in CI is pinned to
1.68.0
but the dependencylalrpop
requires at least1.70.0
to build, failing thetest
matrix and blocking new PR like #518 #527 #524.To Reproduce
Trigger the CI by pushing to master or open a new PR.
Expected behavior
A not failing CI
Code snippets
No response
OS
linux
Rust version
1.68.0
Library version
latest
API version
latest
Additional context
Solution 1
Bump the MSRV in CI to
1.70.0
. This doesn't break the 3-versions-behind-latest rule, beingstable
at1.77.0
Solution 2
Pin the
lalrpop
dependency to0.20.0
which is the latest with MSRV <=1.68.0
The text was updated successfully, but these errors were encountered: