-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fix CI #329
Fix CI #329
Conversation
@@ -17,6 +17,7 @@ repository = "https://github.com/prove-rs/z3.rs.git" | |||
|
|||
[build-dependencies] | |||
bindgen = { version = "0.70", default-features = false, features = ["runtime"] } | |||
cc = "~1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a comment here about why this is pinned, so that we remember easier and can go back and fix it more correctly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a note in 531708c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Three things in this MR:
#[allow()]
annotation on the offending function.