Regenerate Bazel build targets using rules_rust 0.18.0

This commit is contained in:
David Tolnay 2023-02-10 19:34:23 -08:00
parent b3bdffce04
commit 8ca5686a2f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 9 additions and 3 deletions

View File

@ -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"],

View File

@ -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"],

View File

@ -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"],