Skip to content

Commit d676bcf

Browse files
authored
Merge pull request #1142 from nnethercote/clap3-derive
Upgrade to clap 3.
2 parents 88f4b2a + cc9e711 commit d676bcf

File tree

8 files changed

+518
-525
lines changed

8 files changed

+518
-525
lines changed

Cargo.lock

Lines changed: 68 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

collector/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
2-
authors = ["Mark Simulacrum <[email protected]>"]
2+
authors = ["The Rust Compiler Team"]
33
name = "collector"
44
version = "0.1.0"
5-
edition = '2018'
5+
edition = "2018"
6+
description = "Collects Rust performance data"
67

78
[dependencies]
8-
clap = "2.25"
9+
clap = { version = "3.0.6", features = ["derive"] }
910
env_logger = "0.8"
1011
anyhow = "1"
1112
thiserror = "1"

0 commit comments

Comments
 (0)