Skip to content

Commit 4ea0151

Browse files
dependabot-preview[bot]gnzlbg
authored andcommitted
Update structopt requirement from ^0.2 to ^0.3 in /examples
Updates the requirements on [structopt](https://github.com/TeXitoi/structopt) to permit the latest version. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](TeXitoi/structopt@v0.2.10...v0.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0806645 commit 4ea0151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/aobench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "aobench_lib"
1414
path = "src/lib.rs"
1515

1616
[dependencies]
17-
structopt = "^0.2"
17+
structopt = "^0.3"
1818
failure = "^0.1"
1919
png = "^0.15"
2020
packed_simd = { path = "../.." }

examples/mandelbrot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
packed_simd = { path = "../.." }
1010
rayon = "^1.0"
1111
ispc = { version = "^1.0.4", optional = true }
12-
structopt = "0.2.10"
12+
structopt = "0.3.0"
1313

1414
[build-dependencies]
1515
ispc = { version = "^1.0.4", optional = true }

0 commit comments

Comments
 (0)