Skip to content

Commit c5ae2db

Browse files
committed
Bump rules_rust
1 parent 47c64ab commit c5ae2db

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-f5CGWiETOiodcxfMUHZSJF0tSPmzD5Lc6kaXYF6zdKg=",
35-
strip_prefix = "rules_rust-e3446d295f6b812af0d2f9ed6cd68da61b5ba1b9",
36-
url = "https://github.com/dzbarsky/rules_rust/archive/e3446d295f6b812af0d2f9ed6cd68da61b5ba1b9.tar.gz",
34+
integrity = "sha256-7Q0XF4k70tNPooJ+I6JQ25PtkuupWV+oI3kYMxq/ACk=",
35+
strip_prefix = "rules_rust-b18a3ed354076b17a5cf50617202e44d5074c3f1",
36+
url = "https://github.com/dzbarsky/rules_rust/archive/b18a3ed354076b17a5cf50617202e44d5074c3f1.tar.gz",
3737
patches = patches,
3838
patch_strip = strip,
3939
)

0 commit comments

Comments
 (0)