-
-
Notifications
You must be signed in to change notification settings - Fork 782
Update bindgen; Update MSRV to 1.70 #2438
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
base: master
Are you sure you want to change the base?
Conversation
Is there a reason you changed all the dependencies to use a workspace crate? It seems orthagonal to the purpose of this PR |
Yeah, you're right. That's a completely optional part of this change. I can revert it if you prefer. |
Yes, we like to keep the scope of PRs constrained
All that is necessary for evil to succeed is for good people to do nothing.
…On Tue, Aug 5, 2025, 6:37 PM Justin W Smith ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In openssl-sys/build/main.rs
<#2438 (comment)>
:
> @@ -330,7 +325,7 @@ fn validate_headers(include_dirs: &[PathBuf]) -> Version {
panic!(
"
Header expansion error:
-{:?}
+{e:?}
Sorry. I'll fix this typo.
—
Reply to this email directly, view it on GitHub
<#2438 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBEN4HTYIZCOS5WULBT3MEWZXAVCNFSM6AAAAACDFN4MP6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTAOBZHA4TSMJQHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I reverted my changes related to dependency configuration. I -- EDIT: I changed the bindgen Rust target back to 1.47 to be safe. |
Context
Description
This PR bumps the MSRV to 1.70 and updates the bindgen dependency to 0.72.0 (the latest current release).
Details: