mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Bazel rules_rust 0.17.0
This commit is contained in:
parent
8654de605d
commit
9610dd5a7a
@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
name = "rules_rust",
|
||||
sha256 = "aaaa4b9591a5dad8d8907ae2dbe6e0eb49e6314946ce4c7149241648e56a1277",
|
||||
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.16.1/rules_rust-v0.16.1.tar.gz"],
|
||||
sha256 = "d125fb75432dc3b20e9b5a19347b45ec607fabe75f98c6c4ba9badaab9c193ce",
|
||||
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.17.0/rules_rust-v0.17.0.tar.gz"],
|
||||
)
|
||||
|
||||
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
|
||||
|
1
third-party/bazel/BUILD.bitflags-1.3.2.bazel
generated
vendored
1
third-party/bazel/BUILD.bitflags-1.3.2.bazel
generated
vendored
@ -33,6 +33,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=bitflags",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.cc-1.0.78.bazel
generated
vendored
1
third-party/bazel/BUILD.cc-1.0.78.bazel
generated
vendored
@ -32,6 +32,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=cc",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.clap-4.1.4.bazel
generated
vendored
1
third-party/bazel/BUILD.clap-4.1.4.bazel
generated
vendored
@ -38,6 +38,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=clap",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.clap_lex-0.3.1.bazel
generated
vendored
1
third-party/bazel/BUILD.clap_lex-0.3.1.bazel
generated
vendored
@ -32,6 +32,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=clap_lex",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel
generated
vendored
1
third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel
generated
vendored
@ -32,6 +32,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=codespan-reporting",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.once_cell-1.17.0.bazel
generated
vendored
1
third-party/bazel/BUILD.once_cell-1.17.0.bazel
generated
vendored
@ -38,6 +38,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=once_cell",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.os_str_bytes-6.4.1.bazel
generated
vendored
1
third-party/bazel/BUILD.os_str_bytes-6.4.1.bazel
generated
vendored
@ -33,6 +33,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=os_str_bytes",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.proc-macro2-1.0.50.bazel
generated
vendored
2
third-party/bazel/BUILD.proc-macro2-1.0.50.bazel
generated
vendored
@ -38,6 +38,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=proc-macro2",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -75,6 +76,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=proc-macro2",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.quote-1.0.23.bazel
generated
vendored
2
third-party/bazel/BUILD.quote-1.0.23.bazel
generated
vendored
@ -37,6 +37,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=quote",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -73,6 +74,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=quote",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.scratch-1.0.3.bazel
generated
vendored
2
third-party/bazel/BUILD.scratch-1.0.3.bazel
generated
vendored
@ -33,6 +33,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=scratch",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -64,6 +65,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=scratch",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.syn-1.0.107.bazel
generated
vendored
2
third-party/bazel/BUILD.syn-1.0.107.bazel
generated
vendored
@ -43,6 +43,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=syn",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -87,6 +88,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=syn",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.termcolor-1.2.0.bazel
generated
vendored
1
third-party/bazel/BUILD.termcolor-1.2.0.bazel
generated
vendored
@ -32,6 +32,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=termcolor",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.unicode-ident-1.0.6.bazel
generated
vendored
1
third-party/bazel/BUILD.unicode-ident-1.0.6.bazel
generated
vendored
@ -32,6 +32,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=unicode-ident",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.unicode-width-0.1.10.bazel
generated
vendored
1
third-party/bazel/BUILD.unicode-width-0.1.10.bazel
generated
vendored
@ -33,6 +33,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=unicode-width",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.winapi-0.3.9.bazel
generated
vendored
2
third-party/bazel/BUILD.winapi-0.3.9.bazel
generated
vendored
@ -45,6 +45,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -88,6 +89,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
generated
vendored
2
third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
generated
vendored
@ -33,6 +33,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi-i686-pc-windows-gnu",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -64,6 +65,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi-i686-pc-windows-gnu",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
1
third-party/bazel/BUILD.winapi-util-0.1.5.bazel
generated
vendored
1
third-party/bazel/BUILD.winapi-util-0.1.5.bazel
generated
vendored
@ -32,6 +32,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi-util",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
2
third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
generated
vendored
2
third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
generated
vendored
@ -33,6 +33,7 @@ rust_library(
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi-x86_64-pc-windows-gnu",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
@ -64,6 +65,7 @@ cargo_build_script(
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=winapi-x86_64-pc-windows-gnu",
|
||||
"manual",
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
|
Loading…
Reference in New Issue
Block a user