diff --git a/Project.toml b/Project.toml index 0eef216..3a11d30 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7" [compat] MacroTools = "0.5.9" julia = "1.6" -libcxxwrap_julia_jll = "0.10.0" +libcxxwrap_julia_jll = "0.11.0" [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/src/CxxWrap.jl b/src/CxxWrap.jl index e0eed7e..018b371 100644 --- a/src/CxxWrap.jl +++ b/src/CxxWrap.jl @@ -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.10.0", v"0.11") +const libcxxwrap_version_range = (v"0.11.0", v"0.12") using libcxxwrap_julia_jll # for libcxxwrap_julia and libcxxwrap_julia_stl