Skip to content

Commit 9fe4e5c

Browse files
author
KristofferC
committed
update nghttp2
1 parent 1d1935d commit 9fe4e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/nghttp2_jll/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ end
1111

1212
@testset "nghttp2_jll" begin
1313
info = unsafe_load(ccall((:nghttp2_version,libnghttp2), Ptr{nghttp2_info}, (Cint,), 0))
14-
@test VersionNumber(unsafe_string(info.version_str)) == v"1.48.0"
14+
@test VersionNumber(unsafe_string(info.version_str)) == v"1.52.0"
1515
end

0 commit comments

Comments
 (0)