@@ -212,21 +212,21 @@ fluvio-sc = { path = "crates/fluvio-sc", default-features = false }
212
212
fluvio-spu = { path = " crates/fluvio-spu" , default-features = false }
213
213
fluvio-connector-derive = { path = " crates/fluvio-connector-derive" }
214
214
# Published fluvio dependencies
215
- fluvio = { path = " crates/fluvio" }
216
- fluvio-compression = { path = " crates/fluvio-compression" , default-features = false }
217
- fluvio-controlplane-metadata = { default-features = false , path = " crates/fluvio-controlplane-metadata" }
218
- fluvio-package-index = { path = " crates/fluvio-package-index" , default-features = false }
219
- fluvio-protocol = { path = " crates/fluvio-protocol" }
220
- fluvio-sc-schema = { path = " crates/fluvio-sc-schema" , default-features = false }
221
- fluvio-smartengine = { path = " crates/fluvio-smartengine" , default-features = false }
222
- fluvio-smartmodule = { path = " crates/fluvio-smartmodule" , default-features = false }
223
- fluvio-smartmodule-derive = { path = " crates/fluvio-smartmodule-derive" , default-features = false }
224
- fluvio-socket = { path = " crates/fluvio-socket" , default-features = false }
225
- fluvio-spu-schema = { path = " crates/fluvio-spu-schema" , default-features = false }
226
- fluvio-stream-dispatcher = { path = " crates/fluvio-stream-dispatcher" }
227
- fluvio-stream-model = { path = " crates/fluvio-stream-model" , default-features = false }
228
- fluvio-protocol-derive = { path = " crates/fluvio-protocol-derive" , default-features = false }
229
- fluvio-types = { path = " crates/fluvio-types" , default-features = false }
215
+ fluvio = { version = " 0.50.0 " , path = " crates/fluvio" }
216
+ fluvio-compression = { version = " 0.50.0 " , path = " crates/fluvio-compression" , default-features = false }
217
+ fluvio-controlplane-metadata = { version = " 0.50.0 " , default-features = false , path = " crates/fluvio-controlplane-metadata" }
218
+ fluvio-package-index = { version = " 0.50.0 " , path = " crates/fluvio-package-index" , default-features = false }
219
+ fluvio-protocol = { version = " 0.50.0 " , path = " crates/fluvio-protocol" }
220
+ fluvio-sc-schema = { version = " 0.50.0 " , path = " crates/fluvio-sc-schema" , default-features = false }
221
+ fluvio-smartengine = { version = " 0.50.0 " , path = " crates/fluvio-smartengine" , default-features = false }
222
+ fluvio-smartmodule = { version = " 0.50.0 " , path = " crates/fluvio-smartmodule" , default-features = false }
223
+ fluvio-smartmodule-derive = { version = " 0.50.0 " , path = " crates/fluvio-smartmodule-derive" , default-features = false }
224
+ fluvio-socket = { version = " 0.50.0 " , path = " crates/fluvio-socket" , default-features = false }
225
+ fluvio-spu-schema = { version = " 0.50.0 " , path = " crates/fluvio-spu-schema" , default-features = false }
226
+ fluvio-stream-dispatcher = { version = " 0.50.0 " , path = " crates/fluvio-stream-dispatcher" }
227
+ fluvio-stream-model = { version = " 0.50.0 " , path = " crates/fluvio-stream-model" , default-features = false }
228
+ fluvio-protocol-derive = { version = " 0.50.0 " , path = " crates/fluvio-protocol-derive" , default-features = false }
229
+ fluvio-types = { version = " 0.50.0 " , path = " crates/fluvio-types" , default-features = false }
230
230
231
231
# Used to make eyre faster on debug builds
232
232
# See https://github.com/yaahc/color-eyre#improving-perf-on-debug-builds
0 commit comments