We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c64ab commit c5ae2dbCopy full SHA for c5ae2db
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-f5CGWiETOiodcxfMUHZSJF0tSPmzD5Lc6kaXYF6zdKg=",
35
- strip_prefix = "rules_rust-e3446d295f6b812af0d2f9ed6cd68da61b5ba1b9",
36
- url = "https://github.com/dzbarsky/rules_rust/archive/e3446d295f6b812af0d2f9ed6cd68da61b5ba1b9.tar.gz",
+ integrity = "sha256-7Q0XF4k70tNPooJ+I6JQ25PtkuupWV+oI3kYMxq/ACk=",
+ strip_prefix = "rules_rust-b18a3ed354076b17a5cf50617202e44d5074c3f1",
+ url = "https://github.com/dzbarsky/rules_rust/archive/b18a3ed354076b17a5cf50617202e44d5074c3f1.tar.gz",
37
patches = patches,
38
patch_strip = strip,
39
)
0 commit comments