Skip to content

Commit

Permalink
update nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Oct 17, 2023
1 parent 1d1935d commit 9fe4e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/nghttp2_jll/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ end

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

0 comments on commit 9fe4e5c

Please sign in to comment.