Skip to content

Commit 47c64ab

Browse files
committed
Bump rules_rust
1 parent cd7a159 commit 47c64ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rs/experimental/rules_rust.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def _rules_rust_impl(mctx):
3131

3232
http_archive(
3333
name = "rules_rust",
34-
integrity = "sha256-P1p0/ho43MPdj79OaklUnErCfIkNu1ijEgDpU9qR5P0=",
35-
strip_prefix = "rules_rust-6015481d6014a0d297b0c89f93a8757375dbe74d",
36-
url = "https://github.com/dzbarsky/rules_rust/archive/6015481d6014a0d297b0c89f93a8757375dbe74d.tar.gz",
34+
integrity = "sha256-f5CGWiETOiodcxfMUHZSJF0tSPmzD5Lc6kaXYF6zdKg=",
35+
strip_prefix = "rules_rust-e3446d295f6b812af0d2f9ed6cd68da61b5ba1b9",
36+
url = "https://github.com/dzbarsky/rules_rust/archive/e3446d295f6b812af0d2f9ed6cd68da61b5ba1b9.tar.gz",
3737
patches = patches,
3838
patch_strip = strip,
3939
)

0 commit comments

Comments
 (0)