Skip to content

Commit b674913

Browse files
committed
Set required libcxxwrap version to 0.14
1 parent 3ccbcfd commit b674913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CxxWrap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ConstCxxPtr, ConstCxxRef, CxxRef, CxxPtr,
1010
CppEnum, ConstArray, CxxBool, CxxLong, CxxULong, CxxChar, CxxChar16, CxxChar32, CxxWchar, CxxUChar, CxxSignedChar,
1111
CxxLongLong, CxxULongLong, ptrunion, gcprotect, gcunprotect, isnull, libcxxwrapversion
1212

13-
const libcxxwrap_version_range = (v"0.13.0", v"0.14")
13+
const libcxxwrap_version_range = (v"0.14.0", v"0.15")
1414

1515
using libcxxwrap_julia_jll # for libcxxwrap_julia and libcxxwrap_julia_stl
1616

0 commit comments

Comments
 (0)