File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- [ Unreleased] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.9 ...master )
3+ [ Unreleased] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.12 ...master )
44-----------
55
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+
614[ 0.10.11 - 2024-12-19] ( https://github.com/blas-lapack-rs/openblas-src/compare/openblas-src-v0.10.10...v0.10.11 )
715-----------
816
Original file line number Diff line number Diff line change 11[package ]
22name = " openblas-src"
3- version = " 0.10.11 "
3+ version = " 0.10.12 "
44license = " Apache-2.0/MIT"
55edition = " 2018"
66authors = [
@@ -39,7 +39,7 @@ libc = "0.2"
3939[build-dependencies ]
4040pkg-config = " 0.3.30"
4141dirs = " 6.0.0"
42- openblas-build = { version = " 0.10.10 " , path = " ../openblas-build" }
42+ openblas-build = { version = " 0.10.12 " , path = " ../openblas-build" }
4343
4444[target .'cfg(target_os="windows")' .build-dependencies ]
4545vcpkg = " 0.2"
You can’t perform that action at this time.
0 commit comments