[magic-enum] Uprev to v0.6.5 (was v.0.6.4) (#11704)

This commit is contained in:
Alexander Karatarakis 2020-06-02 22:38:27 -07:00 committed by GitHub
parent c5c3500865
commit 3defadc616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: magic-enum
Version: 0.6.4
Version: 0.6.5
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

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/magic_enum
REF v0.6.4
SHA512 9d7e45c5a9abfe28b8b1926805f7e5d9a94118f6330737b2c2d95c49cd8f04fdc540eb264d68bd7c697abaffba3a178499f90bc86fb54a62f7d2cc61be22599b
REF v0.6.5
SHA512 dd695f1ce4e2ea989d46724049ed0930bee568302ae64cd41a474a52b2587e38dd5032a145608a1bd5d13483fd97706c66f4042612f520cbca3b15bff337b85f
HEAD_REF master
)