mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
v0.6.6
This commit is contained in:
parent
4e82bfe21c
commit
963ee65e95
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
project(magic_enum VERSION "0.6.5" LANGUAGES CXX)
|
||||
project(magic_enum VERSION "0.6.6" LANGUAGES CXX)
|
||||
|
||||
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
|
||||
set(IS_TOPLEVEL_PROJECT TRUE)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from conans.errors import ConanInvalidConfiguration
|
|||
|
||||
class MagicEnumConan(ConanFile):
|
||||
name = "magic_enum"
|
||||
version = "0.6.5"
|
||||
version = "0.6.6"
|
||||
description = "Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code."
|
||||
topics = (
|
||||
"conan",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
|
||||
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
|
||||
// __/ | https://github.com/Neargye/magic_enum
|
||||
// |___/ version 0.6.5
|
||||
// |___/ version 0.6.6
|
||||
//
|
||||
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue