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

Upgrade zlib to 1.3 #45

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else()
set(GRPC_VERSION 1.59.2)
endif()
set(PROTOBUF_GIT_TAG 6b5d8db01fe47478e8d400f550e797e6230d464e) # v25.0
set(ZLIB_GIT_TAG 04f42ceca40f73e2978b50e93806c2a18c1281fc) # v1.2.13
set(ZLIB_GIT_TAG 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851) # v1.3
endif()

set(CCTZ_GIT_URL https://github.com/google/cctz.git)
Expand Down