Skip to content

Commit

Permalink
add magic_enum 0.9.6 (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored Jun 30, 2024
1 parent b58c330 commit 578a3d3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
5 changes: 5 additions & 0 deletions modules/magic_enum/0.9.6/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "magic_enum",
version = "0.9.6",
compatibility_level = 0,
)
34 changes: 34 additions & 0 deletions modules/magic_enum/0.9.6/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
matrix:
platform:
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@magic_enum//:magic_enum'
bcr_test_module:
module_path: test
matrix:
platform:
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
test_targets:
- //...
5 changes: 5 additions & 0 deletions modules/magic_enum/0.9.6/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-g8g2fx/3OKMtTZBMRs7jHGQ+dmhI9REtd9pKc3se3Qs=",
"strip_prefix": "",
"url": "https://github.com/Neargye/magic_enum/releases/download/v0.9.6/magic_enum-v0.9.6.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/magic_enum/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:Neargye/magic_enum"
],
"versions": [
"0.9.5"
"0.9.5",
"0.9.6"
],
"yanked_versions": {}
}

0 comments on commit 578a3d3

Please sign in to comment.