Skip to content

Commit 2cf7bc4

Browse files
committed
Update zlib version
Due to the release of zlib 1.3, zlib 1.2.13 is no longer available for download.
1 parent d0e1445 commit 2cf7bc4

File tree

1 file changed

+1
-1
lines changed
  • lib/ruby_wasm/build_system/product

1 file changed

+1
-1
lines changed

lib/ruby_wasm/build_system/product/zlib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RubyWasm
44
class ZlibProduct < AutoconfProduct
55
attr_reader :target
66

7-
ZLIB_VERSION = "1.2.13"
7+
ZLIB_VERSION = "1.3"
88

99
def initialize(build_dir, target, toolchain)
1010
@build_dir = build_dir

0 commit comments

Comments
 (0)