We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e98f3 commit d04d8a1Copy full SHA for d04d8a1
CHANGELOG.md
@@ -41,3 +41,10 @@ Unreleased
41
### Changed
42
- Use Rust 2018 edition https://github.com/blas-lapack-rs/openblas-src/pull/46
43
- Switch to GitHub Actions from AppVeyor + Travis CI https://github.com/blas-lapack-rs/openblas-src/pull/40
44
+
45
+0.9.0 - 2020-03-08
46
+--------------------
47
48
+### Changed
49
+- Build products are placed on OUT_DIR to work `cargo clean` properly https://github.com/blas-lapack-rs/openblas-src/pull/31
50
+ - Previous behavior (placed on .cargo/) is reproduced with "cache" feature
0 commit comments