Skip to content

Commit

Permalink
chore: bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouzan committed Nov 29, 2023
1 parent c205feb commit c57f15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*", "examples"]
resolver = "2"

[workspace.package]
version = "0.4.3"
version = "0.4.4"
edition = "2021"
authors = ["Nouzan <clobraindie@outlook.com>"]
license = "MIT"
Expand All @@ -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 }

0 comments on commit c57f15d

Please sign in to comment.