From d7cf0446c5ab7820ee2bbd2a4bb79dce713d234c Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 31 May 2024 09:31:19 +0200 Subject: [PATCH] Upgraded to xproperty 0.12.0 --- CMakeLists.txt | 2 +- environment-dev.yml | 2 +- include/xwidgets/xjson.hpp | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a40a3c2..f9124dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ option(XWIDGETS_BUILD_TESTS "xwidgets test suite" OFF) # ============ set(xeus_REQUIRED_VERSION 5.0.0) -set(xproperty_REQUIRED_VERSION 0.11.0) +set(xproperty_REQUIRED_VERSION 0.12.0) if(NOT TARGET xeus) find_package(xeus ${xeus_REQUIRED_VERSION} REQUIRED) diff --git a/environment-dev.yml b/environment-dev.yml index 1a89e1c..ef632a5 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -8,7 +8,7 @@ dependencies: - ninja # Host dependencies - xeus>=5.0.0,<6 -- xproperty=0.11.0 +- xproperty=0.12.0 - nlohmann_json=3.11.3 # Test dependencies - doctest >= 2.4.6 diff --git a/include/xwidgets/xjson.hpp b/include/xwidgets/xjson.hpp index f5de796..4f01902 100644 --- a/include/xwidgets/xjson.hpp +++ b/include/xwidgets/xjson.hpp @@ -45,4 +45,3 @@ namespace nlohmann } #endif -