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
Zlib 1.3 was removed from the upstream website, making all download links invalid. See #59 and #61.
As documented in the project README, you can export ZLIB_VERSION environment variable to use a different version of Zlib. ZLIB_VERSION=1.3.1 should work.
Zlib 1.3 was removed from the upstream website, making all download links invalid. See #59 and #61.
As documented in the project README, you can export ZLIB_VERSION environment variable to use a different version of Zlib. ZLIB_VERSION=1.3.1 should work.
Okay, but by default I just add ngx = "0.4" in Cargo.toml and can't compile my project.
Also if I specify ZLIB_VERSION=1.3.1 compile does not success too, because remote website does not contain resource with .asc extension - zlib-1.3.tar.gz.asc.
Mabye you should fix substitution code and download .asc file from github instead offical website?
Describe the bug
can't build project with ngx = "0.4.1":
The text was updated successfully, but these errors were encountered: