Skip to content

Commit

Permalink
Merge pull request #11 from samply/develop
Browse files Browse the repository at this point in the history
Statrs version up, fix breaking change
  • Loading branch information
enola-dkfz authored Dec 11, 2024
2 parents 7e37b45 + ac85744 commit 5244d90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laplace_rs"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"

Expand All @@ -10,6 +10,6 @@ license = "Apache-2.0"
thiserror = "2.0.3"


statrs = "0.17.1"
statrs = "0.18.0"
rand = "0.8.5"
anyhow = "1.0.69"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Optionally, true zero values can be returned unperturbed. While lowering the pri

The dependencies Samply.Laplace Rust library requires are:
- thiserror v2.0.3
- statrs v0.16.0
- statrs v0.18.0
- rand v0.8.5
- anyhow v1.0.69

Expand Down
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use statrs::StatsError;
use statrs::distribution::LaplaceError as StatsError;
use thiserror::Error;

#[derive(Error, Debug)]
Expand Down

0 comments on commit 5244d90

Please sign in to comment.