File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ Unreleased] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9...master )
4
4
-----------
5
5
6
+ [ 0.10.12 - 2025-06-21] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.11...v0.10.12 )
7
+ -----------
8
+
9
+ ### What's Changed
10
+
11
+ * Remove unused deps by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/138
12
+ * Bump ureq from 2 to 3. Bump openblas from 0.3.28 to 0.3.30 by @Dirreke in https://github.com/blas-lapack-rs/openblas-src/pull/137
13
+
6
14
[ 0.10.11 - 2024-12-19] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.10...v0.10.11 )
7
15
-----------
8
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openblas-build"
3
- version = " 0.10.11 "
3
+ version = " 0.10.12 "
4
4
license = " Apache-2.0/MIT"
5
5
edition = " 2018"
6
6
authors = [" Toshiki Teramura <toshiki.teramura@gmail.com>" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openblas-src"
3
- version = " 0.10.11 "
3
+ version = " 0.10.12 "
4
4
license = " Apache-2.0/MIT"
5
5
edition = " 2018"
6
6
authors = [
@@ -39,7 +39,7 @@ libc = "0.2"
39
39
[build-dependencies ]
40
40
pkg-config = " 0.3.30"
41
41
dirs = " 6.0.0"
42
- openblas-build = { version = " 0.10.10 " , path = " ../openblas-build" }
42
+ openblas-build = { version = " 0.10.12 " , path = " ../openblas-build" }
43
43
44
44
[target .'cfg(target_os="windows")' .build-dependencies ]
45
45
vcpkg = " 0.2"
You can’t perform that action at this time.
0 commit comments