We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef67c6c commit 3f0a7d0Copy full SHA for 3f0a7d0
1 file changed
rs/experimental/rules_rust.bzl
@@ -31,9 +31,9 @@ def _rules_rust_impl(mctx):
31
32
http_archive(
33
name = "rules_rust",
34
- integrity = "sha256-38JNH7qjz3r/AwXmeWReln+6SdozNP1LlIRzB2U8DqA=",
35
- strip_prefix = "rules_rust-684b22041ad510e07a9405b839d1452438f41ec8",
36
- url = "https://github.com/dzbarsky/rules_rust/archive/684b22041ad510e07a9405b839d1452438f41ec8.tar.gz",
+ integrity = "sha256-CTZWqHIKvfNdn1n83uhG94j0Knk+yTTyRu0/2tTROPg=",
+ strip_prefix = "rules_rust-e02ca5f7e2057c33865a23621ddf6ac30b554985",
+ url = "https://github.com/dzbarsky/rules_rust/archive/e02ca5f7e2057c33865a23621ddf6ac30b554985.tar.gz",
37
patches = patches,
38
patch_strip = strip,
39
)
0 commit comments