Skip to content

Commit af394d8

Browse files
authored
Merge pull request #117 from wesleywiser/upgrade
Upgrade to structopt 0.3
2 parents 263931d + 7cf4450 commit af394d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

crox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ analyzeme = { path = "../analyzeme" }
1010
rustc-hash = "1.0.1"
1111
serde = { version = "1.0", features = [ "derive" ] }
1212
serde_json = "1.0"
13-
structopt = "0.2"
13+
structopt = "0.3"

flamegraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
measureme = { path = "../measureme" }
1010
analyzeme = { path = "../analyzeme" }
11-
structopt = "0.2"
11+
structopt = "0.3"
1212
inferno = { version="0.9.1", default-features = false }

mmview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
analyzeme = { path = "../analyzeme" }
1010
measureme = { path = "../measureme" }
11-
structopt = "0.2"
11+
structopt = "0.3"

stack_collapse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
measureme = { path = "../measureme" }
1010
analyzeme = { path = "../analyzeme" }
11-
structopt = "0.2"
11+
structopt = "0.3"

summarize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ prettytable-rs = "0.8"
1212
rustc-hash = "1.0.1"
1313
serde = { version = "1.0", features = [ "derive" ] }
1414
serde_json = "1.0"
15-
structopt = "0.2"
15+
structopt = "0.3"

0 commit comments

Comments
 (0)