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 cf8f209 commit 2edfc4bCopy full SHA for 2edfc4b
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Changelog
2
+
3
+## [0.11.0] - 2025-02-02
4
+### Updated
5
+- Now using `r-src` [v0.2.1]
6
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lapack-src"
-version = "0.10.0"
+version = "0.11.0"
license = "Apache-2.0/MIT"
authors = [
"Balasubramanian Narasimhan <[email protected]>",
@@ -42,5 +42,5 @@ version = "0.10"
42
optional = true
43
44
[dependencies.r-src]
45
-version = "0.1"
+version = "0.2.1"
46
0 commit comments