Skip to content

Commit

Permalink
Update Cargo.toml (#1)
Browse files Browse the repository at this point in the history
* cargo fix

* rlst version
  • Loading branch information
mscroggs authored Jun 21, 2024
1 parent c92eba0 commit 9771bdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ libc = "0.2"
log = "0.4"
rayon = "1.9"
rand = "0.8.5"
rlst = { git = "https://github.com/linalg-rs/rlst.git" }
rlst = "0.1.0"
thiserror="1.*"

[dev-dependencies]
blas-src = { version = "0.10", features = ["blis"]}
lapack-src = { version = "0.10", features = ["netlib"]}

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

Expand All @@ -47,3 +43,7 @@ wildcard_imports = "forbid"
[target.aarch64-apple-darwin.dev-dependencies]
blas-src = { version = "0.10", features = ["accelerate"]}
lapack-src = { version = "0.10", features = ["accelerate"]}

[target.x86_64-unknown-linux-gnu.dev-dependencies]
blas-src = { version = "0.10", features = ["blis"]}
lapack-src = { version = "0.10", features = ["netlib"]}

0 comments on commit 9771bdb

Please sign in to comment.