Skip to content

Commit bcbe7fc

Browse files
committed
Bump the version number
1 parent b4f6044 commit bcbe7fc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapack"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
license = "Apache-2.0/MIT"
55
authors = [
66
"Andrew Straw <[email protected]>",
@@ -16,13 +16,6 @@ categories = ["api-bindings", "science"]
1616
keywords = ["linear-algebra"]
1717
exclude = ["bin/*"]
1818

19-
[features]
20-
default = ["openblas"]
21-
22-
accelerate = ["lapack-sys/accelerate"]
23-
netlib = ["lapack-sys/netlib"]
24-
openblas = ["lapack-sys/openblas"]
25-
2619
[dependencies]
2720
libc = "0.2"
2821

0 commit comments

Comments
 (0)