@@ -21,7 +21,7 @@ keywords = ["blockchain", "cryptocurrencies", "data-stream"]
21
21
license = " Apache-2.0"
22
22
repository = " https://github.com/fuellabs/data-systems"
23
23
rust-version = " 1.85.1"
24
- version = " 0.0.29 "
24
+ version = " 0.0.30 "
25
25
26
26
[workspace .dependencies ]
27
27
anyhow = " 1.0.97"
@@ -115,16 +115,16 @@ fuel-core-types = { version = "0.43.2", default-features = false, features = [
115
115
] }
116
116
117
117
# Internal dependencies
118
- fuel-data-parser = { version = " 0.0.29 " , path = " crates/data-parser" }
119
- fuel-message-broker = { version = " 0.0.29 " , path = " crates/message-broker" }
120
- fuel-streams = { version = " 0.0.29 " , path = " crates/fuel-streams" }
121
- fuel-streams-core = { version = " 0.0.29 " , path = " crates/core" }
122
- fuel-streams-domains = { version = " 0.0.29 " , path = " crates/domains" }
123
- fuel-streams-subject = { version = " 0.0.29 " , path = " crates/subject" }
118
+ fuel-data-parser = { version = " 0.0.30 " , path = " crates/data-parser" }
119
+ fuel-message-broker = { version = " 0.0.30 " , path = " crates/message-broker" }
120
+ fuel-streams = { version = " 0.0.30 " , path = " crates/fuel-streams" }
121
+ fuel-streams-core = { version = " 0.0.30 " , path = " crates/core" }
122
+ fuel-streams-domains = { version = " 0.0.30 " , path = " crates/domains" }
123
+ fuel-streams-subject = { version = " 0.0.30 " , path = " crates/subject" }
124
124
fuel-streams-test = { version = " 0.0.22" , path = " crates/test" }
125
- fuel-streams-types = { version = " 0.0.29 " , path = " crates/types" }
126
- fuel-web-utils = { version = " 0.0.29 " , path = " crates/web-utils" }
127
- subject-derive = { version = " 0.0.29 " , path = " crates/subject/subject-derive" }
125
+ fuel-streams-types = { version = " 0.0.30 " , path = " crates/types" }
126
+ fuel-web-utils = { version = " 0.0.30 " , path = " crates/web-utils" }
127
+ subject-derive = { version = " 0.0.30 " , path = " crates/subject/subject-derive" }
128
128
129
129
# Workspace projects
130
130
[workspace .metadata .cargo-machete ]
0 commit comments