Skip to content

Commit

Permalink
Upgrade with_cfg.bzl
Browse files Browse the repository at this point in the history
Upgrade to https://github.com/fmeum/with_cfg.bzl/releases/tag/v0.6.0 to fix `Error: 'struct' value has no field or method 'AppleDebugOutputs'` and work towards bazelbuild/bazel-central-registry#3260
  • Loading branch information
lalten authored Nov 26, 2024
1 parent 74750e3 commit 61cc1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bazel_dep(name = "squashfs-tools", version = "4.6.1")
bazel_dep(name = "zstd", version = "1.5.6")

bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.5.0", dev_dependency = True)
bazel_dep(name = "with_cfg.bzl", version = "0.6.0", dev_dependency = True)

rules_appimage = use_extension("//:extensions.bzl", "appimage_ext_dependencies")
use_repo(
Expand Down

0 comments on commit 61cc1a4

Please sign in to comment.