Skip to content

Commit

Permalink
Upgraded to xproperty 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed May 31, 2024
1 parent e2bb717 commit d7cf044
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion include/xwidgets/xjson.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ namespace nlohmann
}

#endif

0 comments on commit d7cf044

Please sign in to comment.