diff --git a/Cargo.toml b/Cargo.toml index c00f3ca..3a82e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*", "examples"] resolver = "2" [workspace.package] -version = "0.4.3" +version = "0.4.4" edition = "2021" authors = ["Nouzan "] license = "MIT" @@ -13,6 +13,6 @@ keywords = ["stream", "no_std", "stream-processing", "aggregation"] rust-version = "1.67.0" [workspace.dependencies] -indicator_macros = { path = "crates/indicator_macros", version = "0.4.3" } +indicator_macros = { path = "crates/indicator_macros", version = "0.4.4" } rust_decimal = { version = "1.17.0", default-features = false } rust_decimal_macros = { version = "1.17.0", default-features = false }