mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-27 09:20:33 +00:00
Pull in newer Bazel rules_rust
This commit is contained in:
parent
da7aaa1528
commit
01cf6200c1
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user