cargo-binstall
cargo-binstall copied to clipboard
When [email protected] releases: upgrade and stop using patched ring 0.16 for windows ARM release builds
See:
- https://github.com/briansmith/ring/issues/1514
- https://github.com/briansmith/ring/issues/1167
We currently use a patched ring 0.16 for release builds on Windows ARM. It seems the underlying issue will be resolved with ring 0.17, so we should stop doing that then.
ring is planning on a 0.16.21 release which will also fix the build for aarch64-pc-windows-msvc https://github.com/briansmith/ring/issues/1551
I think we did this already?
I think we did this already?
We are still using v0.16.20 https://github.com/cargo-bins/cargo-binstall/blob/ca00cbaccc0fd5f6b07babce2af5507b18390c2a/Cargo.lock#L2812
I think the upstream hasn't released v0.16.21
ugh ffs
With ring v0.17.5 and rustls v0.21.8 released, it's time to move on.
There will be an automatic dependencies upgrade today, if that removes the old ring then I will open a PR to remove the patch and possibly cut a new patch release.
#1474 bumps the dep, but it turns out that hickory-dns still uses ring v0.16, so have to wait for them to bump their ring again
Fixed in #1869