update magic_enum to 0.6.3 (#8656)

This commit is contained in:
Daniil Goncharov 2019-10-19 02:15:52 +05:00 committed by Victor Romero
parent 8d0f86cad7
commit 9994cdf54f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: magic-enum
Version: 0.6.2
Version: 0.6.3
Description: Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.
Homepage: https://github.com/Neargye/magic_enum

View File

@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/magic_enum
REF v0.6.2
SHA512 548de13d5a80a08bdf5a02bfc527d19c2b0092b46e63e7ecd029878a4f85461c5a819d446edc74d1e770887a75ece5a37b967b2175fec7092eeb4314a4766469
REF v0.6.3
SHA512 ac5e1a08c491c380980b1ca928cd545f0f062818e5946904e6f17803f6e6578f4a7f882896b22681537ef7c559897b002aacc52f8fe35d22ea528d1b5e491e63
HEAD_REF master
)