Skip to content

Commit

Permalink
Update core_arch to latest git version
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMajeri committed Oct 30, 2019
1 parent e333526 commit d17a6a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintenance = { status = "experimental" }

[dependencies]
cfg-if = "0.1.10"
core_arch = { version = "0.1.5", optional = true }
core_arch = { git = "https://github.com/rust-lang/stdarch", optional = true }
libm = "0.1.4"

[features]
Expand Down
2 changes: 1 addition & 1 deletion examples/mandelbrot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
packed_simd = { path = "../.." }
rayon = "^1.0"
ispc = { version = "^1.0.4", optional = true }
structopt = "0.3.0"
structopt = { version = "0.3.0", features = ["color"] }

[build-dependencies]
ispc = { version = "^1.0.4", optional = true }
Expand Down
1 change: 0 additions & 1 deletion examples/mandelbrot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use structopt::StructOpt;
///
/// Output is printed to `stdout`.
#[derive(StructOpt)]
#[structopt(raw(setting = "structopt::clap::AppSettings::ColoredHelp"))]
struct Opt {
/// Image width.
width: usize,
Expand Down

0 comments on commit d17a6a8

Please sign in to comment.