File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Rules rust
1
+ # [ Rules rust] ( https://github.com/bazelbuild/rules_rust )
2
2
3
3
## Overview
4
4
@@ -20,11 +20,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
20
20
21
21
http_archive(
22
22
name = " rules_rust" ,
23
- sha256 = " 224ebaf1156b6f2d3680e5b8c25191e71483214957dfecd25d0f29b2f283283b " ,
24
- strip_prefix = " rules_rust-a814d859845c420fd105c629134c4a4cb47ba3f8 " ,
23
+ sha256 = " 531bdd470728b61ce41cf7604dc4f9a115983e455d46ac1d0c1632f613ab9fc3 " ,
24
+ strip_prefix = " rules_rust-d8238877c0e552639d3e057aadd6bfcf37592408 " ,
25
25
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" ,
28
28
],
29
29
)
30
30
You can’t perform that action at this time.
0 commit comments