Skip to content

Commit

Permalink
Add note about stardoc compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 12, 2024
1 parent 2e24510 commit 369fb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ maybe(
"io_bazel_stardoc",
sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432",
urls = [
# NOTE: stardoc >= 0.7 is not compatible with Bazel 6
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
],
Expand Down
1 change: 1 addition & 0 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ maybe(
"io_bazel_stardoc",
sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432",
urls = [
# NOTE: stardoc >= 0.7 is not compatible with Bazel 6
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
],
Expand Down

0 comments on commit 369fb44

Please sign in to comment.