2
2
3
3
## Overview
4
4
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 ] .
6
6
7
+ [ bazel ] : https://bazel.build/
7
8
[ rust ] : http://www.rust-lang.org/
8
9
9
10
<!-- 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")
19
20
20
21
http_archive(
21
22
name = " rules_rust" ,
22
- sha256 = " 18c0a02a007cd26c3f5b4d21dc26a80af776ef755460028a796bc61c649fdf3f " ,
23
- strip_prefix = " rules_rust-467a301fd665db344803c1d8a2401ec2bf8c74ce " ,
23
+ sha256 = " 224ebaf1156b6f2d3680e5b8c25191e71483214957dfecd25d0f29b2f283283b " ,
24
+ strip_prefix = " rules_rust-a814d859845c420fd105c629134c4a4cb47ba3f8 " ,
24
25
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" ,
27
28
],
28
29
)
29
30
@@ -35,7 +36,7 @@ rust_repositories()
35
36
The rules are under active development, as such the lastest commit on the
36
37
` main ` branch should be used. ` main ` is only tested against ` 3.5.0 ` as the
37
38
minimum supported version of Bazel. Though previous versions may still be
38
- supported in certain environments.
39
+ functional in certain environments.
39
40
40
41
## Rules
41
42
0 commit comments