Skip to content

Commit

Permalink
Update required libcxxwrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jun 7, 2024
1 parent 075407e commit 1b008c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CxxWrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ConstCxxPtr, ConstCxxRef, CxxRef, CxxPtr,
CppEnum, ConstArray, CxxBool, CxxLong, CxxULong, CxxChar, CxxChar16, CxxChar32, CxxWchar, CxxUChar, CxxSignedChar,
CxxLongLong, CxxULongLong, ptrunion, gcprotect, gcunprotect, isnull, libcxxwrapversion

const libcxxwrap_version_range = (v"0.12.1", v"0.13")
const libcxxwrap_version_range = (v"0.13.0", v"0.14")

using libcxxwrap_julia_jll # for libcxxwrap_julia and libcxxwrap_julia_stl

Expand Down

0 comments on commit 1b008c5

Please sign in to comment.