-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
bump xwin version #80
bump xwin version #80
Conversation
My bad - looks like |
@messense Can I get your feedback for this PR ? Thanks |
To be able to use in |
FYI, we also have an example of custom TLS CA support in |
Thanks. This is really helpful! I'll modify my PR in xwin soon |
@messense Can I confirm that the maturin docker image was also built using the |
Yes, it's compiled with default features so https://github.com/PyO3/maturin/blob/12d2e6ae47618e956eaaf912c7ee8becdd14cd71/Dockerfile#L35 |
Thanks. I've updated my PR to use |
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.
LGTM, thanks!
Thanks @messense ! Do we have plan to bump up the version of this crate so that we can update maturin also ? |
Will release cargo-xwin and update version in maturin after releasing a new patch version of maturin because this has bumpped MSRV to 1.67. |
Thanks. Looking forward! |
Further to this issue, I've created a fix in
xwin
crate to support custom ca cert when downloading microsoft CRT files. The PR has been merged and a new release0.4.0
is availableJake-Shadle/xwin#104
https://github.com/Jake-Shadle/xwin/releases
Hence this PR wants to bump up the version of
xwin
so that other upstream projects likematurin
can benefit from this extra feature also