File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.20)
2- project (cbor_tags VERSION 0.9.5 )
2+ project (cbor_tags VERSION 0.10.0 )
33
44set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
55set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ include(FetchContent)
727727FetchContent_Declare(
728728 cbor_tags
729729 GIT_REPOSITORY https://github.com/jkammerland/cbor_tags.git
730- GIT_TAG v0.9.5 # or specify a particular commit/tag
730+ GIT_TAG v0.10.0 # or specify a particular commit/tag
731731)
732732
733733FetchContent_MakeAvailable(cbor_tags)
Original file line number Diff line number Diff line change 33
44class CborTagsConan (ConanFile ):
55 name = "cbor-tags"
6- version = "0.9.5 "
6+ version = "0.10.0 "
77 license = "MIT"
88 description = "Binary tagging library with automatic encoding/decoding for CBOR"
99 homepage = "https://github.com/jkammerland/cbor_tags"
Original file line number Diff line number Diff line change 11{
22 "name" : " cbor-tags" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.10.0 " ,
44 "description" : " RFC 8949 implementation with automatic reflection" ,
55 "homepage" : " https://github.com/jkammerland/cbor_tags" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments