Jiahao XU
Jiahao XU
@Turbo87 Which compression algorithm are you using? I suspect the decoder impl is wrong.
Thanks, I will have to take a look at them. Surely I have missed something.
So the code to be changed is here: https://github.com/cargo-bins/cargo-binstall/blob/8aac5aa2bf0dfaa2863eccad9f43c68fe40e5ec8/crates/binstalk/src/ops/resolve.rs#L444 We would need some special casing to detect if `--version` includes wildcard
https://github.com/cargo-bins/cargo-binstall/blob/e8c9cc3599f6c4063d143083205f98ca25d91677/crates/binstalk/src/ops/resolve/resolution.rs#L176 I'm very certain that it is indeed forwarded in cargo-binstall, I think cargo-install-updates does not forward it to cargo-binstall, IIRC @nabijaczleweli decided not to do that
Thank you @nabijaczleweli for the quick response!
> A bigger problem is that it means you can no longer use cc-rs in contexts where rustc isn't available Yeah I think it might break some users... I can't...
cc @robjtede would need some help on this, I'm scratching my head to figure out why this failed on futures-io but not tokio
cc @madsmtm can we close this now #1103 is merged?
Hello, I'd accept a PR for this, we'll need to modify simple-git to support checkout a specific commit too
> (I realize this is an issue across the whole cargo ecosystem and not specific to this package.) Maybe it would makes more sense for cargo allow enabling features of...