Bazel rules_rust 0.17.0

This commit is contained in:
David Tolnay 2023-01-27 14:58:19 -08:00
parent 8654de605d
commit 9610dd5a7a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
19 changed files with 27 additions and 2 deletions

View File

@ -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")

View File

@ -33,6 +33,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=bitflags",
"manual",
"noclippy",
"norustfmt",

View File

@ -32,6 +32,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=cc",
"manual",
"noclippy",
"norustfmt",

View File

@ -38,6 +38,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=clap",
"manual",
"noclippy",
"norustfmt",

View File

@ -32,6 +32,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=clap_lex",
"manual",
"noclippy",
"norustfmt",

View File

@ -32,6 +32,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=codespan-reporting",
"manual",
"noclippy",
"norustfmt",

View File

@ -38,6 +38,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=once_cell",
"manual",
"noclippy",
"norustfmt",

View File

@ -33,6 +33,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=os_str_bytes",
"manual",
"noclippy",
"norustfmt",

View File

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

View File

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

View File

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

View File

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

View File

@ -32,6 +32,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=termcolor",
"manual",
"noclippy",
"norustfmt",

View File

@ -32,6 +32,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=unicode-ident",
"manual",
"noclippy",
"norustfmt",

View File

@ -33,6 +33,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=unicode-width",
"manual",
"noclippy",
"norustfmt",

View File

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

View File

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

View File

@ -32,6 +32,7 @@ rust_library(
rustc_flags = ["--cap-lints=allow"],
tags = [
"cargo-bazel",
"crate-name=winapi-util",
"manual",
"noclippy",
"norustfmt",

View File

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