Skip to content

Commit ee10433

Browse files
committed
Update netlib-src
1 parent 40eece0 commit ee10433

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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,6 +1,6 @@
11
[package]
22
name = "blas-src"
3-
version = "0.12.1"
3+
version = "0.13.0"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66
authors = [
@@ -46,7 +46,7 @@ version = "0.8"
4646
optional = true
4747

4848
[dependencies.netlib-src]
49-
version = "0.8"
49+
version = "0.9"
5050
optional = true
5151

5252
[dependencies.openblas-src]

0 commit comments

Comments
 (0)