We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8e837 commit cde3dd2Copy full SHA for cde3dd2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stochastic-rs"
3
-version = "0.2.3"
+version = "0.2.4"
4
edition = "2021"
5
license = "MIT"
6
description = "A Rust library for stochastic processes"
@@ -25,4 +25,4 @@ rustfft = "6.1.0"
25
[lib]
26
name = "stochastic_rs"
27
crate-type = ["cdylib", "lib"]
28
-path = "src/lib.rs"
+path = "src/lib.rs"
src/main.rs
0 commit comments