Skip to content

Commit 4aa5e24

Browse files
committed
Pull in newer Bazel rules_rust
1 parent 43bb093 commit 4aa5e24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "rules_rust",
7-
sha256 = "29fee78077bd8c6477bc895a47e6c759f92df0735ed60587e1da7b51f53d26eb",
8-
strip_prefix = "rules_rust-23a4631cad819003642b1a148e458fe4ed2c54e1",
7+
sha256 = "3cf493f845837b9c0c44311992a8e387b508a267cb8f261ef97b94c915f292cc",
8+
strip_prefix = "rules_rust-55790492aca01b389d208cd1335b9d8c05e28329",
99
urls = [
10-
# Main branch as of 2021-12-07
11-
"https://github.com/bazelbuild/rules_rust/archive/23a4631cad819003642b1a148e458fe4ed2c54e1.tar.gz",
10+
# Main branch as of 2022-04-10
11+
"https://github.com/bazelbuild/rules_rust/archive/55790492aca01b389d208cd1335b9d8c05e28329.tar.gz",
1212
],
1313
)
1414

0 commit comments

Comments
 (0)