Pull in newer Bazel rules_rust

This commit is contained in:
David Tolnay 2021-12-07 16:34:48 -08:00
parent da7aaa1528
commit 01cf6200c1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "4d6aa4554eaf5c7bf6da1dd1371b1455b3234676b234a299791635c50c61df91",
strip_prefix = "rules_rust-238b998f108a099e5a227dbe312526406dda1f2d",
sha256 = "29fee78077bd8c6477bc895a47e6c759f92df0735ed60587e1da7b51f53d26eb",
strip_prefix = "rules_rust-23a4631cad819003642b1a148e458fe4ed2c54e1",
urls = [
# Main branch as of 2021-10-01
"https://github.com/bazelbuild/rules_rust/archive/238b998f108a099e5a227dbe312526406dda1f2d.tar.gz",
# Main branch as of 2021-12-07
"https://github.com/bazelbuild/rules_rust/archive/23a4631cad819003642b1a148e458fe4ed2c54e1.tar.gz",
],
)