Skip to content

Commit

Permalink
Update dependency magic_enum to v0.8.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ezekiel Warren <[email protected]>
  • Loading branch information
renovate[bot] and zaucy authored Nov 24, 2022
1 parent 06b30e4 commit 4c91ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ wasmer_repo(

http_archive(
name = "magic_enum",
sha256 = "5e7680e877dd4cf68d9d0c0e3c2a683b432a9ba84fc1993c4da3de70db894c3c",
strip_prefix = "magic_enum-0.8.0",
urls = ["https://github.com/Neargye/magic_enum/archive/refs/tags/v0.8.0.tar.gz"],
sha256 = "6b948d1680f02542d651fc82154a9e136b341ce55c5bf300736b157e23f9df11",
strip_prefix = "magic_enum-0.8.1",
urls = ["https://github.com/Neargye/magic_enum/archive/refs/tags/v0.8.1.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 4c91ffb

Please sign in to comment.