Skip to content

Commit

Permalink
Fix incompatibility between intel-mkl-tool and anyhow > 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Dec 17, 2021
1 parent 90b2638 commit 5e187bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ optional = true
features = ["system"]

[build-dependencies]
# Fix incompatibility between anyhow and intel-mkl-tool. Remove with
# the next release of intel-mkl-tool. For more information, see:
# https://github.com/rust-math/intel-mkl-src/issues/68
anyhow = { version = "<=1.0.48" }
openssl = { version = "0.10", optional = true }

[features]
Expand Down

0 comments on commit 5e187bc

Please sign in to comment.