Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3098,6 +3098,7 @@
"magic_enum"
],
"versions": [
"0.9.8-1",
"0.9.7-1",
"0.9.6-1",
"0.9.5-1",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/magic_enum.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = magic_enum-0.9.7
source_url = https://github.com/Neargye/magic_enum/archive/refs/tags/v0.9.7.tar.gz
source_filename = magic_enum-0.9.7.tar.gz
source_hash = b403d3dad4ef542fdc3024fa37d3a6cedb4ad33c72e31b6d9bab89dcaf69edf7
directory = magic_enum-0.9.8
source_url = https://github.com/Neargye/magic_enum/archive/refs/tags/v0.9.8.tar.gz
source_filename = magic_enum-0.9.8.tar.gz
source_hash = 1e54959a3f3cb675938d858603ad69d0f3f7c82439fc2bf86d7232daec2bd10e

[provide]
magic_enum = magic_enum_dep
Loading