@@ -21,7 +21,7 @@ default = ["all", "cli", "std"]
21
21
all = [" blocks" , " derive" , " rand" , " serde" , " sysml" , " tracing" ]
22
22
beta = [" unstable" ] # deprecated
23
23
blocks = [" dep:protoflow-blocks" ]
24
- cli = [" std" , " dep:clap" , " dep:clientele" ]
24
+ cli = [" std" , " syntax " , " dep:clap" , " dep:clientele" ]
25
25
crossbeam = [" dep:protoflow-crossbeam" ]
26
26
derive = [" dep:protoflow-derive" ]
27
27
flume = [" dep:protoflow-flume" ]
@@ -72,13 +72,13 @@ clientele = { version = "0.2", default-features = false, features = [
72
72
" wild" ,
73
73
], optional = true }
74
74
error-stack = { version = " 0.5" , default-features = false }
75
- protoflow-blocks = { version = " =0.4.2 " , default-features = false , optional = true }
76
- protoflow-core = { version = " =0.4.2 " , default-features = false }
77
- protoflow-crossbeam = { version = " =0.4.2 " , default-features = false , optional = true }
78
- protoflow-derive = { version = " =0.4.2 " , optional = true }
79
- protoflow-flume = { version = " =0.4.2 " , default-features = false , optional = true }
80
- protoflow-syntax = { version = " =0.4.2 " , default-features = false , optional = true }
81
- protoflow-zeromq = { version = " =0.4.2 " , default-features = false , optional = true }
75
+ protoflow-blocks = { version = " =0.4.3 " , default-features = false , optional = true }
76
+ protoflow-core = { version = " =0.4.3 " , default-features = false }
77
+ protoflow-crossbeam = { version = " =0.4.3 " , default-features = false , optional = true }
78
+ protoflow-derive = { version = " =0.4.3 " , optional = true }
79
+ protoflow-flume = { version = " =0.4.3 " , default-features = false , optional = true }
80
+ protoflow-syntax = { version = " =0.4.3 " , default-features = false , optional = true }
81
+ protoflow-zeromq = { version = " =0.4.3 " , default-features = false , optional = true }
82
82
tracing = { version = " 0.1" , default-features = false , optional = true }
83
83
84
84
[dev-dependencies ]
0 commit comments