Skip to content

Commit 5244d90

Browse files
authored
Merge pull request #11 from samply/develop
Statrs version up, fix breaking change
2 parents 7e37b45 + ac85744 commit 5244d90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "laplace_rs"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

@@ -10,6 +10,6 @@ license = "Apache-2.0"
1010
thiserror = "2.0.3"
1111

1212

13-
statrs = "0.17.1"
13+
statrs = "0.18.0"
1414
rand = "0.8.5"
1515
anyhow = "1.0.69"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Optionally, true zero values can be returned unperturbed. While lowering the pri
99

1010
The dependencies Samply.Laplace Rust library requires are:
1111
- thiserror v2.0.3
12-
- statrs v0.16.0
12+
- statrs v0.18.0
1313
- rand v0.8.5
1414
- anyhow v1.0.69
1515

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use statrs::StatsError;
1+
use statrs::distribution::LaplaceError as StatsError;
22
use thiserror::Error;
33

44
#[derive(Error, Debug)]

0 commit comments

Comments
 (0)