@@ -19,7 +19,7 @@ members = [
1919
2020[workspace .package ]
2121edition = " 2024"
22- version = " 0.5.11 "
22+ version = " 0.6.0-pre.1 "
2323license = " Apache-2.0"
2424homepage = " https://tansu.io"
2525repository = " https://github.com/tansu-io/tansu"
@@ -133,21 +133,21 @@ serde_json = "1"
133133slatedb = " 0.9.0"
134134snap = " 1.1.1"
135135syn = { version = " 2.0" , features = [" full" ] }
136- tansu = { version = " 0.5.11 " , path = " tansu" , default-features = false }
137- tansu-broker = { version = " 0.5.11 " , path = " tansu-broker" , default-features = false }
138- tansu-cat = { version = " 0.5.11 " , path = " tansu-cat" , default-features = false }
139- tansu-cli = { version = " 0.5.11 " , path = " tansu-cli" , default-features = false }
140- tansu-client = { version = " 0.5.11 " , path = " tansu-client" , default-features = false }
141- tansu-generator = { version = " 0.5.11 " , path = " tansu-generator" , default-features = false }
142- tansu-model = { version = " 0.5.11 " , path = " tansu-model" , default-features = false }
143- tansu-otel = { version = " 0.5.11 " , path = " tansu-otel" , default-features = false }
144- tansu-perf = { version = " 0.5.11 " , path = " tansu-perf" , default-features = false }
145- tansu-proxy = { version = " 0.5.11 " , path = " tansu-proxy" , default-features = false }
146- tansu-sans-io = { version = " 0.5.11 " , path = " tansu-sans-io" , default-features = false }
147- tansu-schema = { version = " 0.5.11 " , path = " tansu-schema" , default-features = false }
148- tansu-service = { version = " 0.5.11 " , path = " tansu-service" , default-features = false }
149- tansu-storage = { version = " 0.5.11 " , path = " tansu-storage" , default-features = false }
150- tansu-topic = { version = " 0.5.11 " , path = " tansu-topic" , default-features = false }
136+ tansu = { version = " 0.6.0-pre.1 " , path = " tansu" , default-features = false }
137+ tansu-broker = { version = " 0.6.0-pre.1 " , path = " tansu-broker" , default-features = false }
138+ tansu-cat = { version = " 0.6.0-pre.1 " , path = " tansu-cat" , default-features = false }
139+ tansu-cli = { version = " 0.6.0-pre.1 " , path = " tansu-cli" , default-features = false }
140+ tansu-client = { version = " 0.6.0-pre.1 " , path = " tansu-client" , default-features = false }
141+ tansu-generator = { version = " 0.6.0-pre.1 " , path = " tansu-generator" , default-features = false }
142+ tansu-model = { version = " 0.6.0-pre.1 " , path = " tansu-model" , default-features = false }
143+ tansu-otel = { version = " 0.6.0-pre.1 " , path = " tansu-otel" , default-features = false }
144+ tansu-perf = { version = " 0.6.0-pre.1 " , path = " tansu-perf" , default-features = false }
145+ tansu-proxy = { version = " 0.6.0-pre.1 " , path = " tansu-proxy" , default-features = false }
146+ tansu-sans-io = { version = " 0.6.0-pre.1 " , path = " tansu-sans-io" , default-features = false }
147+ tansu-schema = { version = " 0.6.0-pre.1 " , path = " tansu-schema" , default-features = false }
148+ tansu-service = { version = " 0.6.0-pre.1 " , path = " tansu-service" , default-features = false }
149+ tansu-storage = { version = " 0.6.0-pre.1 " , path = " tansu-storage" , default-features = false }
150+ tansu-topic = { version = " 0.6.0-pre.1 " , path = " tansu-topic" , default-features = false }
151151tempfile = " 3"
152152thiserror = " 2.0"
153153time = { version = " 0.3.37" , features = [" formatting" , " macros" ] }
0 commit comments