Skip to content

Commit

Permalink
Lockfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 8, 2022
1 parent a0ed0f9 commit 08d4f63
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ rust_library(

rust_library(
name = "cc",
srcs = glob(["vendor/cc-1.0.73/src/**/*.rs"]),
srcs = glob(["vendor/cc-1.0.74/src/**/*.rs"]),
edition = "2018",
visibility = ["PUBLIC"],
)

rust_library(
name = "clap",
srcs = glob(["vendor/clap-4.0.18/src/**/*.rs"]) + [
"vendor/clap-4.0.18/examples/demo.md",
"vendor/clap-4.0.18/examples/demo.rs",
srcs = glob(["vendor/clap-4.0.22/src/**/*.rs"]) + [
"vendor/clap-4.0.22/examples/demo.md",
"vendor/clap-4.0.22/examples/demo.rs",
],
edition = "2021",
features = [
Expand Down Expand Up @@ -57,7 +57,7 @@ rust_library(

rust_library(
name = "once_cell",
srcs = glob(["vendor/once_cell-1.15.0/src/**/*.rs"]),
srcs = glob(["vendor/once_cell-1.16.0/src/**/*.rs"]),
edition = "2018",
features = [
"alloc",
Expand All @@ -68,7 +68,7 @@ rust_library(

rust_library(
name = "os_str_bytes",
srcs = glob(["vendor/os_str_bytes-6.3.0/src/**/*.rs"]),
srcs = glob(["vendor/os_str_bytes-6.3.1/src/**/*.rs"]),
edition = "2021",
features = [
"raw_os_str",
Expand Down
10 changes: 5 additions & 5 deletions third-party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ rust_library(

rust_library(
name = "cc",
srcs = glob(["vendor/cc-1.0.73/src/**/*.rs"]),
srcs = glob(["vendor/cc-1.0.74/src/**/*.rs"]),
edition = "2018",
visibility = ["//visibility:public"],
)

rust_library(
name = "clap",
srcs = glob(["vendor/clap-4.0.18/src/**/*.rs"]) + ["vendor/clap-4.0.18/examples/demo.rs"],
srcs = glob(["vendor/clap-4.0.22/src/**/*.rs"]) + ["vendor/clap-4.0.22/examples/demo.rs"],
crate_features = [
"error-context",
"help",
"std",
"usage",
],
data = ["vendor/clap-4.0.18/examples/demo.md"],
data = ["vendor/clap-4.0.22/examples/demo.md"],
edition = "2021",
visibility = ["//visibility:public"],
deps = [
Expand Down Expand Up @@ -58,7 +58,7 @@ rust_library(

rust_library(
name = "once_cell",
srcs = glob(["vendor/once_cell-1.15.0/src/**/*.rs"]),
srcs = glob(["vendor/once_cell-1.16.0/src/**/*.rs"]),
crate_features = [
"alloc",
"std",
Expand All @@ -69,7 +69,7 @@ rust_library(

rust_library(
name = "os_str_bytes",
srcs = glob(["vendor/os_str_bytes-6.3.0/src/**/*.rs"]),
srcs = glob(["vendor/os_str_bytes-6.3.1/src/**/*.rs"]),
crate_features = [
"raw_os_str",
],
Expand Down
32 changes: 16 additions & 16 deletions third-party/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08d4f63

Please sign in to comment.