toge
toge
Specify library name and version: **luau/0.615** https://github.com/luau-lang/luau/compare/0.610...0.615 --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). -...
Specify library name and version: **aws-c-auth/*** - add version aws-c-auth/0.7.16 - update aws-c-http/0.8.1 https://github.com/awslabs/aws-c-auth/compare/v0.7.8...v0.7.16 --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client...
Specify library name and version: **dacap-clip/*** - add version 1.8 - dacap-clip/1.8 introduces CLIP_ENABLE_IMAGE option - update libpng https://github.com/dacap/clip/compare/v1.7...v1.8 --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've...
Specify library name and version: **wasm-micro-runtime/1.3.1** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
Specify library name and version: **reflect-cpp/0.7.0** reflect-cpp/0.7.0 supports bson and cbor, but this PR does not mention the two features. Since reflect-cpp is a header-library and these features do not...
Specify library name and version: **glaze/2.2.1** https://github.com/stephenberry/glaze/compare/v2.1.9...v2.2.1 --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). -...
Specify library name and version: **wt/*** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...
Specify library name and version: **wiringpi/3.0** https://github.com/WiringPi/WiringPi/compare/2.61-1...3.0 --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). -...
remove `#include ` for supporting C++17. Try to close https://github.com/JoeStrout/miniscript/issues/140.
I'm updating miniscript's [Conan recipe](https://conan.io/center/recipes/miniscript). I found miniscript/1.6.2 requires C++14. https://github.com/JoeStrout/miniscript/blob/master/CMakeLists.txt#L105-L107 But I found also some sources use C++20 features. https://github.com/JoeStrout/miniscript/blob/master/MiniScript-cpp/src/MiniScript/MiniscriptTypes.cpp#L18 Is C++20 required in 1.6.2?