File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
4
5
5
http_archive (
6
6
name = "rules_rust" ,
7
- sha256 = "29fee78077bd8c6477bc895a47e6c759f92df0735ed60587e1da7b51f53d26eb " ,
8
- strip_prefix = "rules_rust-23a4631cad819003642b1a148e458fe4ed2c54e1 " ,
7
+ sha256 = "3cf493f845837b9c0c44311992a8e387b508a267cb8f261ef97b94c915f292cc " ,
8
+ strip_prefix = "rules_rust-55790492aca01b389d208cd1335b9d8c05e28329 " ,
9
9
urls = [
10
- # Main branch as of 2021-12-07
11
- "https://github.com/bazelbuild/rules_rust/archive/23a4631cad819003642b1a148e458fe4ed2c54e1 .tar.gz" ,
10
+ # Main branch as of 2022-04-10
11
+ "https://github.com/bazelbuild/rules_rust/archive/55790492aca01b389d208cd1335b9d8c05e28329 .tar.gz" ,
12
12
],
13
13
)
14
14
You can’t perform that action at this time.
0 commit comments