Skip to content

Commit fdc4a3e

Browse files
committed
Attempt to fix mac os 14 CI on bazel
1 parent 69a6fa3 commit fdc4a3e

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
@@ -1,6 +1,6 @@
11
module(name = "snmalloc")
22

3-
bazel_dep(name = "rules_cc", version = "0.1.1")
3+
bazel_dep(name = "rules_cc", version = "0.1.4")
44
bazel_dep(name = "rules_foreign_cc", version = "0.14.0")
55
bazel_dep(name = "fuzztest", version = "20250214.0")
66
bazel_dep(name = "googletest", version = "1.16.0")

0 commit comments

Comments
 (0)