Skip to content

Commit 600b9c7

Browse files
authored
Updated docs (#839)
1 parent a814d85 commit 600b9c7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## Overview
44

5-
This repository provides rules for building [Rust][rust] projects with [Bazel](https://bazel.build/).
5+
This repository provides rules for building [Rust][rust] projects with [Bazel][bazel].
66

7+
[bazel]: https://bazel.build/
78
[rust]: http://www.rust-lang.org/
89

910
<!-- TODO: Render generated docs on the github pages site again, https://bazelbuild.github.io/rules_rust/ -->
@@ -19,11 +20,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1920

2021
http_archive(
2122
name = "rules_rust",
22-
sha256 = "18c0a02a007cd26c3f5b4d21dc26a80af776ef755460028a796bc61c649fdf3f",
23-
strip_prefix = "rules_rust-467a301fd665db344803c1d8a2401ec2bf8c74ce",
23+
sha256 = "224ebaf1156b6f2d3680e5b8c25191e71483214957dfecd25d0f29b2f283283b",
24+
strip_prefix = "rules_rust-a814d859845c420fd105c629134c4a4cb47ba3f8",
2425
urls = [
25-
# Master branch as of 2021-04-23
26-
"https://github.com/bazelbuild/rules_rust/archive/467a301fd665db344803c1d8a2401ec2bf8c74ce.tar.gz",
26+
# `main` branch as of 2021-06-15
27+
"https://github.com/bazelbuild/rules_rust/archive/a814d859845c420fd105c629134c4a4cb47ba3f8.tar.gz",
2728
],
2829
)
2930

@@ -35,7 +36,7 @@ rust_repositories()
3536
The rules are under active development, as such the lastest commit on the
3637
`main` branch should be used. `main` is only tested against `3.5.0` as the
3738
minimum supported version of Bazel. Though previous versions may still be
38-
supported in certain environments.
39+
functional in certain environments.
3940

4041
## Rules
4142

0 commit comments

Comments
 (0)