From c26672bfc8fb69bfe6c44a9012b0960c6edee128 Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Sun, 3 Sep 2023 00:15:53 +0200 Subject: [PATCH] Bump required libcxxwrap version to 0.11 --- Project.toml | 2 +- src/CxxWrap.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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