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

fix: zlib update to 1.3.1 #59

Closed
wants to merge 1 commit into from
Closed

Conversation

allan2
Copy link
Contributor

@allan2 allan2 commented Feb 20, 2024

The previous 1.3 link is dead. 1.3.1 was released on Jan 22, 2024.

The previous 1.3 link is dead. 1.3.1 was released on Jan 22, 2024.
@ivanitskiy
Copy link
Contributor

This seems will be quite an issue when we need to update code because of how zlib hosts artifacts. And requres to think how to avoid this kind of issue holistically.

As a workaround to unblock you can follow
From
#41 (comment)

Create/update .cargo/config.toml and add

[env]
ZLIB_VERSION = "1.3"

Or simply setting env variable and then compile ZLIB_VERSION=1.2.13 cargo build -p examples --examples

@dekobon
Copy link
Contributor

dekobon commented Mar 5, 2024

Fixed in: #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants