Skip to content

Commit

Permalink
Bump required libcxxwrap version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Aug 27, 2023
1 parent b9c4649 commit 17f5f28
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.9.0", v"0.10")
const libcxxwrap_version_range = (v"0.10.0", v"0.11")

using libcxxwrap_julia_jll # for libcxxwrap_julia and libcxxwrap_julia_stl

Expand Down

0 comments on commit 17f5f28

Please sign in to comment.