diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-11-21 17:01:17 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-11-21 17:01:17 -0800 |
| commit | 8c17d3c7909fb41ce4c208f105eb0442caeeff7c (patch) | |
| tree | b753d94ece9621000db71fbdeef8b41fd2e97af5 /ports/magic-enum/CONTROL | |
| parent | 90a40c6658396d0dd8ad980239d722f337543eac (diff) | |
| download | vcpkg-8c17d3c7909fb41ce4c208f105eb0442caeeff7c.tar.gz vcpkg-8c17d3c7909fb41ce4c208f105eb0442caeeff7c.zip | |
[magic-enum] Fix export config.cmake issue (#9007)
* [magic-enum] Fix export config.cmake issue
* Update
Diffstat (limited to 'ports/magic-enum/CONTROL')
| -rw-r--r-- | ports/magic-enum/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/magic-enum/CONTROL b/ports/magic-enum/CONTROL index 27bb0ec89..070b202fd 100644 --- a/ports/magic-enum/CONTROL +++ b/ports/magic-enum/CONTROL @@ -1,4 +1,4 @@ Source: magic-enum
-Version: 0.6.3
+Version: 0.6.3-1
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
|
