Félix Saparelli
Félix Saparelli
[the zulip thread linked in] https://github.com/rust-lang/compiler-team/issues/422
From the above I think we'll also need `link-self-contained=yes`
The problem was less the `features` array, which we did use to just leave empty, but these three fields: ```rust pub profile: String, pub target: String, pub rustc: String, ```...
Can you upgrade to 1.4.1 to see if that helps any by any random chance?
Sure, but to ensure compatibility, we can use the parsing crate that cargo dist makes available instead of defining the structs ourselves.
> _its_ `dist-manifest.json` is deprecated. The manifest format of the crate version you were using, specifically. `dist-manifest.json` in general (the latest version) is still good.
I agree. `cargo buninstall`?
Something we could do is transition to a subcommand pattern, but with a twist: reserve a few names, _completely coincidentally on purpose_ the same as the [crate names that are...
only through the gh token flow, where those lookups are essentially free
Yeah, I think this is getting to the "too complex, please provide a manifest" territory.