You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crates.io release of zune-jpeg contains binary data (a .DS_Store file) that likely shouldn't be there. Cargo allows to specify which files should be included/excluded from publishing via an entry in your Cargo.toml file: https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields
In this particular case I assume that the file just happened to be in your local repository clone while publishing the new version of zune-jpeg
The crates.io release of zune-jpeg contains binary data (a .DS_Store file) that likely shouldn't be there. Cargo allows to specify which files should be included/excluded from publishing via an entry in your Cargo.toml file: https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields
In this particular case I assume that the file just happened to be in your local repository clone while publishing the new version of zune-jpeg
See https://diff.rs/zune-jpeg/0.4.13/0.4.14/.DS_Store for the newly added file
The text was updated successfully, but these errors were encountered: