Skip to content

Commit 93431fb

Browse files
authored
Added link to github repo in docs (#908)
1 parent 392b17c commit 93431fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rules rust
1+
# [Rules rust](https://github.com/bazelbuild/rules_rust)
22

33
## Overview
44

@@ -20,11 +20,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2020

2121
http_archive(
2222
name = "rules_rust",
23-
sha256 = "224ebaf1156b6f2d3680e5b8c25191e71483214957dfecd25d0f29b2f283283b",
24-
strip_prefix = "rules_rust-a814d859845c420fd105c629134c4a4cb47ba3f8",
23+
sha256 = "531bdd470728b61ce41cf7604dc4f9a115983e455d46ac1d0c1632f613ab9fc3",
24+
strip_prefix = "rules_rust-d8238877c0e552639d3e057aadd6bfcf37592408",
2525
urls = [
26-
# `main` branch as of 2021-06-15
27-
"https://github.com/bazelbuild/rules_rust/archive/a814d859845c420fd105c629134c4a4cb47ba3f8.tar.gz",
26+
# `main` branch as of 2021-08-23
27+
"https://github.com/bazelbuild/rules_rust/archive/d8238877c0e552639d3e057aadd6bfcf37592408.tar.gz",
2828
],
2929
)
3030

0 commit comments

Comments
 (0)