Skip to content

Commit

Permalink
chore: add rules_ecsact 0.4.8 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: seaubot <[email protected]>
  • Loading branch information
github-actions[bot] and seaubot authored Mar 13, 2024
1 parent 8999719 commit 3aefd55
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/rules_ecsact/0.4.8/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module(
name = "rules_ecsact",
version = "0.4.8",
compatibility_level = 4,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "platforms", version = "0.0.7")

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
6 changes: 6 additions & 0 deletions modules/rules_ecsact/0.4.8/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-hgRmcLfO2Vr0pgiZDEnbJi6YgU3NSudLe3H2zfM3pmg=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/rules_ecsact/releases/download/0.4.8/rules_ecsact-0.4.8.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_ecsact/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"0.4.4",
"0.4.5",
"0.4.6",
"0.4.7"
"0.4.7",
"0.4.8"
],
"yanked_versions": {}
}

0 comments on commit 3aefd55

Please sign in to comment.