Skip to content

Commit

Permalink
chore(deps): update dependency rules_zig to v0.6.1 (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 4be4e29 commit 45687ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "rules_zig", version = "0.0.0", dev_dependency = True)
bazel_dep(name = "rules_zig", version = "0.6.1", dev_dependency = True)
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4", dev_dependency = True)
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.10", dev_dependency = True)
Expand Down
2 changes: 1 addition & 1 deletion e2e/workspace/runfiles-library/dependency/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(name = "runfiles_library_dependency")

bazel_dep(name = "rules_zig", version = "0.0.0")
bazel_dep(name = "rules_zig", version = "0.6.1")
local_path_override(
module_name = "rules_zig",
path = "../../../..",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(name = "runfiles_library_transitive_dependency")

bazel_dep(name = "rules_zig", version = "0.0.0")
bazel_dep(name = "rules_zig", version = "0.6.1")
local_path_override(
module_name = "rules_zig",
path = "../../../../..",
Expand Down

0 comments on commit 45687ad

Please sign in to comment.