Skip to content

Commit

Permalink
chore: update rules_cc Bazel module
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Feb 16, 2023
1 parent bd7c69d commit 99e4d50
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 @@ -15,5 +15,5 @@ use_repo(
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "platforms", version = "0.0.6", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.0.4", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.0.5", dev_dependency = True)
bazel_dep(name = "zlib", version = "1.2.13")

0 comments on commit 99e4d50

Please sign in to comment.