Skip to content

Commit

Permalink
fix: rules_foreign_cc version must be 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Apr 13, 2021
1 parent 18aed27 commit 780d405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ http_archive(

http_archive(
name = "rules_foreign_cc",
strip_prefix = "rules_foreign_cc-main",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/main.zip",
strip_prefix = "rules_foreign_cc-0.1.0",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.1.0.zip",
)

load("@rules_foreign_cc//:workspace_definitions.bzl", "rules_foreign_cc_dependencies")
Expand Down

0 comments on commit 780d405

Please sign in to comment.