Skip to content

Commit e671e79

Browse files
committed
Bump rules_rust
1 parent 723422e commit e671e79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rs/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-HG4cSGKVIoZTn0zpUNKhJbGvFfD2UVPJqKRqgTqLOQQ=",
35-
strip_prefix = "rules_rust-cf176d81c12d9c8f6420c7d433b0af0f08d2abb1",
36-
url = "https://github.com/hermeticbuild/rules_rust/archive/cf176d81c12d9c8f6420c7d433b0af0f08d2abb1.tar.gz",
34+
integrity = "sha256-yx+oNl9NkF9nJh46yZ90tUGHkQszT+tZfh0ax7D3dtM=",
35+
strip_prefix = "rules_rust-f8ab239aa608efb6d966f769cde081a8aa730fb0",
36+
url = "https://github.com/hermeticbuild/rules_rust/archive/f8ab239aa608efb6d966f769cde081a8aa730fb0.tar.gz",
3737
patches = patches,
3838
patch_strip = strip,
3939
)

0 commit comments

Comments
 (0)