diff --git a/Cargo.toml b/Cargo.toml index c8c48b4..e299973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ - [package] name = "stochastic-rs" -version = "0.9.1" +version = "0.9.2" edition = "2021" license = "MIT" description = "A Rust library for quant finance and simulating stochastic processes." @@ -17,7 +16,6 @@ keywords = [ "statistics", ] - [dependencies] anyhow = "1.0.89" approx = "0.5.1"