Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only enable the deflate feature of the zip dependency #184

Merged
merged 2 commits into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. Only enable the deflate feature of the zip dependency

    I got some unrelated build problems with `zstd-safe`, with `cameleon` pulling it to our dependencies. I then realized that the `zstd` compression isn't needed in cameleon.
    
    The GenICam GenTL 1.6 (PDF) spec says under 4.1.2 XML Description:
    > Supported formats are:
    > - Uncompressed XML description files
    > - Zip-compressed XML description files. The compression methods used are DEFLATE and STORE as described in RFC 1951.
    
    ...so only enable the `deflate` feature on `zip`.
    strohel committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1c6c9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af604ab View commit details
    Browse the repository at this point in the history