Skip to content

Commit 180ce9c

Browse files
committed
Downgrade rules_cc to 0.0.17
Version 0.1.0 has breaking changes which may interfere with downstream dependencies, and doesn't have support for runfiles.h yet: - https://github.com/bazelbuild/rules_cc/blob/main/cc/runfiles/runfiles.h
1 parent c12c38a commit 180ce9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module(name = "pixelmatch-cpp17", repo_name = "pixelmatch-cpp17", version = "1.0
1616
#
1717
# Build dependencies
1818
#
19-
bazel_dep(name = "rules_cc", version = "0.1.0")
19+
bazel_dep(name = "rules_cc", version = "0.0.17")
2020

2121
#
2222
# Test dependencies

0 commit comments

Comments
 (0)