trigger rebuild for zstd
Closed this issue · 2 comments
carlsverre commented
Crate name
zstd
Build failure link
https://docs.rs/crate/zstd/0.13.3/builds
Additional details
The issue with the build was due to an underlying dependency issue (gyscos/zstd-rs@5370bf8) which was resolved and pushed to zstd-safe v7.2.4. I've successfully run the docs build locally for zstd v0.13.3 which didn't need to get updated after fixing the issue due to the version of zstd-safe floating.
Hence I believe that the build on docs.rs will be fixed if it's retried.
fixes gyscos/zstd-rs#336
syphar commented
rebuild is queued.
soon you will also have the option to trigger rebuilds yourself, only part missing is the UI part in crates.io :)
carlsverre commented
Thanks!