Skip to content

Commit 3733e45

Browse files
deps: add clap to workspace hack
1 parent f367f4d commit 3733e45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3512,6 +3512,7 @@ version = "1.0.0"
35123512
dependencies = [
35133513
"bstr",
35143514
"byteorder",
3515+
"clap 3.1.1",
35153516
"crossbeam-utils",
35163517
"libc",
35173518
"libz-sys",

src/tools/rustc-workspace-hack/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ features = [
7373
[dependencies]
7474
bstr = { version = "0.2.13", features = ["default"] }
7575
byteorder = { version = "1", features = ['default', 'std'] }
76+
clap = { version = "3.1.1", features = ["lazy_static", "derive", "clap_derive"]}
7677
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
7778
crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
7879
libc = { version = "0.2.79", features = ["align"] }

0 commit comments

Comments
 (0)