We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042e5f5 commit 3395938Copy full SHA for 3395938
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "statrs"
4
-version = "0.13.0"
+version = "0.15.0"
5
authors = ["Michael Ma"]
6
description = "Statistical computing library for Rust"
7
license = "MIT"
README.md
@@ -5,7 +5,7 @@
[](./LICENSE.md)
[](https://crates.io/crates/statrs)
8
-## Current Version: v0.14.0
+## Current Version: v0.15.0
9
10
Should work for both nightly and stable Rust.
11
@@ -33,7 +33,7 @@ Add the most recent release to your `Cargo.toml`
33
34
```Rust
35
[dependencies]
36
-statrs = "0.14"
+statrs = "0.15"
37
```
38
## Examples
39
0 commit comments