mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-27 01:11:38 +00:00
Pull in clap 3.1.0
This commit is contained in:
parent
32e3036a60
commit
19ed7f8808
@ -21,7 +21,7 @@ path = "src/main.rs"
|
||||
experimental-async-fn = []
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "3.0", default-features = false, features = ["std", "suggestions"] }
|
||||
clap = { version = "3.1", default-features = false, features = ["std", "suggestions"] }
|
||||
codespan-reporting = "0.11"
|
||||
proc-macro2 = { version = "1.0.26", default-features = false, features = ["span-locations"] }
|
||||
quote = { version = "1.0", default-features = false }
|
||||
|
2
third-party/BUCK
vendored
2
third-party/BUCK
vendored
@ -15,7 +15,7 @@ rust_library(
|
||||
|
||||
rust_library(
|
||||
name = "clap",
|
||||
srcs = glob(["vendor/clap-3.0.14/src/**"]),
|
||||
srcs = glob(["vendor/clap-3.1.0/src/**"]),
|
||||
features = ["std"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
|
2
third-party/BUILD
vendored
2
third-party/BUILD
vendored
@ -18,7 +18,7 @@ rust_library(
|
||||
|
||||
rust_library(
|
||||
name = "clap",
|
||||
srcs = glob(["vendor/clap-3.0.14/src/**"]),
|
||||
srcs = glob(["vendor/clap-3.1.0/src/**"]),
|
||||
crate_features = ["std"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
|
4
third-party/Cargo.lock
generated
vendored
4
third-party/Cargo.lock
generated
vendored
@ -46,9 +46,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.0.14"
|
||||
version = "3.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62"
|
||||
checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"indexmap",
|
||||
|
Loading…
Reference in New Issue
Block a user