cargo-dist icon indicating copy to clipboard operation
cargo-dist copied to clipboard

📦 shippable application packaging

Results 107 cargo-dist issues
Sort by recently updated
recently updated
newest added

This fixes an issue introduced in 91ac6af587cf221b62d56c98cf99fb169c449011, where `/bin` was always added to this even though the updater expected it to be a root prefix instead. We can then tighten...

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.5 to 5.0.7. Commits fb974ad 5.0.7 8ba2442 engines: need 14.18, where 'node:path' shows up 39340d1 update deps e729f76 5.0.6 4472c0e DOC: add that it is cross platform...

dependencies
javascript

Just a draft of adding a config to enable [GitHub Artifact Attestations](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/). Has some todos and probably still missing a few things and tests, but just putting up the draft...

This can be confusing because in some cases the alias is actually the "primary" name. To be clear, they do install the aliases. I am talking about the information the...

bug

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. Release notes Sourced from serde_json's releases. v1.0.117 Resolve unexpected_cfgs warning (#1130) Commits 0ae247c Release 1.0.117 4517c7a PartialEq is not implemented between Value and 128-bit...

dependencies
rust

If a package has a binary which requires a feature to build and that feature is not enabled then `cargo dist build` will fail. #### cargo.toml ```toml [[bin]] name =...

feature request

I had to bypass "required-features"

cargo-dist currently lets you select your binary archive format: * .zip (default windows) * .tar.gz * .tar.xz (default unix) * .tar.zstd But the npm installer can only handle .tar.gz! This...

bug
good first issue