From 78856dafc89ddf8e688958968a4e660c88a3b33d Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 18 Nov 2023 12:56:05 +0900 Subject: [PATCH] structopt: update magic_enum/0.9.5 --- recipes/structopt/all/conanfile.py | 2 +- recipes/structopt/all/patches/0.1.0-0001-use-recipes.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/structopt/all/conanfile.py b/recipes/structopt/all/conanfile.py index bca62b435e167..8a6cb956022e8 100644 --- a/recipes/structopt/all/conanfile.py +++ b/recipes/structopt/all/conanfile.py @@ -45,7 +45,7 @@ def layout(self): cmake_layout(self, src_folder="src") def requirements(self): - self.requires("magic_enum/0.9.2") + self.requires("magic_enum/0.9.5") self.requires("visit_struct/1.1.0") def package_id(self): diff --git a/recipes/structopt/all/patches/0.1.0-0001-use-recipes.patch b/recipes/structopt/all/patches/0.1.0-0001-use-recipes.patch index fcdaff4d2c7a3..e327796856b44 100644 --- a/recipes/structopt/all/patches/0.1.0-0001-use-recipes.patch +++ b/recipes/structopt/all/patches/0.1.0-0001-use-recipes.patch @@ -21,7 +21,7 @@ index 5ef391c..a8f51e6 100644 #include -#include -#include -+#include ++#include +#include #include #include