@@ -22,7 +22,7 @@ members = [
2222]
2323
2424[workspace .package ]
25- version = " 0.1.0 "
25+ version = " 0.1.1 "
2626edition = " 2024"
2727rust-version = " 1.85"
2828authors = [" Michael Ivertowski" ]
@@ -33,23 +33,23 @@ categories = ["science", "mathematics", "finance"]
3333
3434[workspace .dependencies ]
3535# Internal crates (version required for crates.io publishing)
36- rustkernel = { version = " 0.1.0 " , path = " crates/rustkernel" }
37- rustkernel-core = { version = " 0.1.0 " , path = " crates/rustkernel-core" }
38- rustkernel-derive = { version = " 0.1.0 " , path = " crates/rustkernel-derive" }
39- rustkernel-graph = { version = " 0.1.0 " , path = " crates/rustkernel-graph" }
40- rustkernel-ml = { version = " 0.1.0 " , path = " crates/rustkernel-ml" }
41- rustkernel-compliance = { version = " 0.1.0 " , path = " crates/rustkernel-compliance" }
42- rustkernel-temporal = { version = " 0.1.0 " , path = " crates/rustkernel-temporal" }
43- rustkernel-risk = { version = " 0.1.0 " , path = " crates/rustkernel-risk" }
44- rustkernel-banking = { version = " 0.1.0 " , path = " crates/rustkernel-banking" }
45- rustkernel-behavioral = { version = " 0.1.0 " , path = " crates/rustkernel-behavioral" }
46- rustkernel-orderbook = { version = " 0.1.0 " , path = " crates/rustkernel-orderbook" }
47- rustkernel-procint = { version = " 0.1.0 " , path = " crates/rustkernel-procint" }
48- rustkernel-clearing = { version = " 0.1.0 " , path = " crates/rustkernel-clearing" }
49- rustkernel-treasury = { version = " 0.1.0 " , path = " crates/rustkernel-treasury" }
50- rustkernel-accounting = { version = " 0.1.0 " , path = " crates/rustkernel-accounting" }
51- rustkernel-payments = { version = " 0.1.0 " , path = " crates/rustkernel-payments" }
52- rustkernel-audit = { version = " 0.1.0 " , path = " crates/rustkernel-audit" }
36+ rustkernel = { version = " 0.1.1 " , path = " crates/rustkernel" }
37+ rustkernel-core = { version = " 0.1.1 " , path = " crates/rustkernel-core" }
38+ rustkernel-derive = { version = " 0.1.1 " , path = " crates/rustkernel-derive" }
39+ rustkernel-graph = { version = " 0.1.1 " , path = " crates/rustkernel-graph" }
40+ rustkernel-ml = { version = " 0.1.1 " , path = " crates/rustkernel-ml" }
41+ rustkernel-compliance = { version = " 0.1.1 " , path = " crates/rustkernel-compliance" }
42+ rustkernel-temporal = { version = " 0.1.1 " , path = " crates/rustkernel-temporal" }
43+ rustkernel-risk = { version = " 0.1.1 " , path = " crates/rustkernel-risk" }
44+ rustkernel-banking = { version = " 0.1.1 " , path = " crates/rustkernel-banking" }
45+ rustkernel-behavioral = { version = " 0.1.1 " , path = " crates/rustkernel-behavioral" }
46+ rustkernel-orderbook = { version = " 0.1.1 " , path = " crates/rustkernel-orderbook" }
47+ rustkernel-procint = { version = " 0.1.1 " , path = " crates/rustkernel-procint" }
48+ rustkernel-clearing = { version = " 0.1.1 " , path = " crates/rustkernel-clearing" }
49+ rustkernel-treasury = { version = " 0.1.1 " , path = " crates/rustkernel-treasury" }
50+ rustkernel-accounting = { version = " 0.1.1 " , path = " crates/rustkernel-accounting" }
51+ rustkernel-payments = { version = " 0.1.1 " , path = " crates/rustkernel-payments" }
52+ rustkernel-audit = { version = " 0.1.1 " , path = " crates/rustkernel-audit" }
5353
5454# RustCompute / RingKernel dependencies (from crates.io)
5555ringkernel = " 0.2.0"
0 commit comments