Skip to content

Commit 8b8d9a4

Browse files
committed
Update netlib-src
1 parent 6b621c3 commit 8b8d9a4

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.12.0 (September 23, 2025)
4+
5+
* `netlib-src` updated to version 0.9.0.
6+
37
## Version 0.11.0 (February 8, 2025)
48

59
* `r-src` updated to version 0.2.1.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lapack-src"
33
version = "0.12.0"
4-
edition = "2021"
4+
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66
authors = [
77
"Balasubramanian Narasimhan <[email protected]>",
@@ -48,7 +48,7 @@ default-features = false
4848

4949

5050
[dependencies.netlib-src]
51-
version = "0.8"
51+
version = "0.9"
5252
optional = true
5353

5454
[dependencies.openblas-src]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ An implementation can be chosen as follows:
1919

2020
```toml
2121
[dependencies]
22-
lapack-src = { version = "0.11", features = ["accelerate"] }
23-
lapack-src = { version = "0.11", features = ["intel-mkl"] }
24-
lapack-src = { version = "0.11", features = ["netlib"] }
25-
lapack-src = { version = "0.11", features = ["openblas"] }
26-
lapack-src = { version = "0.11", features = ["r"] }
22+
lapack-src = { version = "0.12", features = ["accelerate"] }
23+
lapack-src = { version = "0.12", features = ["intel-mkl"] }
24+
lapack-src = { version = "0.12", features = ["netlib"] }
25+
lapack-src = { version = "0.12", features = ["openblas"] }
26+
lapack-src = { version = "0.12", features = ["r"] }
2727
```
2828

2929
### Intel MKL Configuration

0 commit comments

Comments
 (0)