We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0806645 commit 4ea0151Copy full SHA for 4ea0151
examples/aobench/Cargo.toml
@@ -14,7 +14,7 @@ name = "aobench_lib"
14
path = "src/lib.rs"
15
16
[dependencies]
17
-structopt = "^0.2"
+structopt = "^0.3"
18
failure = "^0.1"
19
png = "^0.15"
20
packed_simd = { path = "../.." }
examples/mandelbrot/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
10
rayon = "^1.0"
11
ispc = { version = "^1.0.4", optional = true }
12
-structopt = "0.2.10"
+structopt = "0.3.0"
13
[build-dependencies]
0 commit comments