mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-27 01:11:38 +00:00
Regenerate Bazel build targets using rules_rust 0.18.0
This commit is contained in:
parent
b3bdffce04
commit
8ca5686a2f
4
third-party/bazel/BUILD.bitflags-1.3.2.bazel
generated
vendored
4
third-party/bazel/BUILD.bitflags-1.3.2.bazel
generated
vendored
@ -27,7 +27,9 @@ rust_library(
|
||||
"WORKSPACE.bazel",
|
||||
],
|
||||
),
|
||||
crate_features = ["default"],
|
||||
crate_features = [
|
||||
"default",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2018",
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
|
4
third-party/bazel/BUILD.os_str_bytes-6.4.1.bazel
generated
vendored
4
third-party/bazel/BUILD.os_str_bytes-6.4.1.bazel
generated
vendored
@ -27,7 +27,9 @@ rust_library(
|
||||
"WORKSPACE.bazel",
|
||||
],
|
||||
),
|
||||
crate_features = ["raw_os_str"],
|
||||
crate_features = [
|
||||
"raw_os_str",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2021",
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
|
4
third-party/bazel/BUILD.unicode-width-0.1.10.bazel
generated
vendored
4
third-party/bazel/BUILD.unicode-width-0.1.10.bazel
generated
vendored
@ -27,7 +27,9 @@ rust_library(
|
||||
"WORKSPACE.bazel",
|
||||
],
|
||||
),
|
||||
crate_features = ["default"],
|
||||
crate_features = [
|
||||
"default",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2015",
|
||||
rustc_flags = ["--cap-lints=allow"],
|
||||
|
Loading…
Reference in New Issue
Block a user