Skip to content

Commit

Permalink
[magic-enum] Update to v0.6.4 (microsoft#9502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neargye authored and dan-shaw committed Jan 6, 2020
1 parent 683de11 commit df48026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/magic-enum/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: magic-enum
Version: 0.6.3-1
Version: 0.6.4
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
4 changes: 2 additions & 2 deletions ports/magic-enum/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Neargye/magic_enum
REF v0.6.3
SHA512 ac5e1a08c491c380980b1ca928cd545f0f062818e5946904e6f17803f6e6578f4a7f882896b22681537ef7c559897b002aacc52f8fe35d22ea528d1b5e491e63
REF v0.6.4
SHA512 9d7e45c5a9abfe28b8b1926805f7e5d9a94118f6330737b2c2d95c49cd8f04fdc540eb264d68bd7c697abaffba3a178499f90bc86fb54a62f7d2cc61be22599b
HEAD_REF master
)

Expand Down

0 comments on commit df48026

Please sign in to comment.