We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e2490 commit 691ab7bCopy full SHA for 691ab7b
1 file changed
rs/rules_rust.bzl
@@ -31,9 +31,9 @@ def _rules_rust_impl(mctx):
31
32
http_archive(
33
name = "rules_rust",
34
- integrity = "sha256-yx+oNl9NkF9nJh46yZ90tUGHkQszT+tZfh0ax7D3dtM=",
35
- strip_prefix = "rules_rust-f8ab239aa608efb6d966f769cde081a8aa730fb0",
36
- url = "https://github.com/hermeticbuild/rules_rust/archive/f8ab239aa608efb6d966f769cde081a8aa730fb0.tar.gz",
+ integrity = "sha256-kp7kh5YHlHGkpJxw5TreSVcggyXfL4C22T034BvH9fs=",
+ strip_prefix = "rules_rust-77bc22e052b911bff07cb4463817779b3d11695e",
+ url = "https://github.com/hermeticbuild/rules_rust/archive/77bc22e052b911bff07cb4463817779b3d11695e.tar.gz",
37
patches = patches,
38
patch_strip = strip,
39
)
0 commit comments