Skip to content

Commit 711f741

Browse files
Upgrade zlib version
See also ruby/ruby@5e554d30ba
1 parent df834bd commit 711f741

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
@@ -5,7 +5,7 @@ module RubyWasm
55
class ZlibProduct < AutoconfProduct
66
attr_reader :target, :install_task
77

8-
ZLIB_VERSION = "1.2.12"
8+
ZLIB_VERSION = "1.2.13"
99

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

0 commit comments

Comments
 (0)