@@ -4,7 +4,7 @@ members = ["crates/*"]
44exclude = [" crates/smooth-bigsmooth/tests/fixtures" ]
55
66[workspace .package ]
7- version = " 0.20 .0"
7+ version = " 0.21 .0"
88edition = " 2021"
99license = " MIT"
1010repository = " https://github.com/SmooAI/smooth"
@@ -204,20 +204,20 @@ prost-types = "0.13"
204204smooth-operator = { git = " https://github.com/SmooAI/smooth-operator-core.git" , rev = " b43c04fe" , package = " smooai-smooth-operator-core" }
205205# smooth-owned coding-harness extensions to the generic engine (re-homed from
206206# the engine when it went generic at 0.14.0). See crates/smooth-cast.
207- smooth-cast = { version = " 0.20 .0" , path = " crates/smooth-cast" , package = " smooai-smooth-cast" }
208- smooth-bigsmooth = { version = " 0.20 .0" , path = " crates/smooth-bigsmooth" , package = " smooai-smooth-bigsmooth" }
209- smooth-policy = { path = " crates/smooth-policy" , version = " 0.20 .0" , package = " smooai-smooth-policy" }
210- smooth-web = { version = " 0.20 .0" , path = " crates/smooth-web" , package = " smooai-smooth-web" }
211- smooth-scribe = { version = " 0.20 .0" , path = " crates/smooth-scribe" , package = " smooai-smooth-scribe" }
212- smooth-narc = { version = " 0.20 .0" , path = " crates/smooth-narc" , package = " smooai-smooth-narc" }
213- smooth-archivist = { version = " 0.20 .0" , path = " crates/smooth-archivist" , package = " smooai-smooth-archivist" }
214- smooth-code = { version = " 0.20 .0" , path = " crates/smooth-code" , package = " smooai-smooth-code" }
215- smooth-pearls = { path = " crates/smooth-pearls" , version = " 0.20 .0" , package = " smooai-smooth-pearls" }
216- smooth-diver = { version = " 0.20 .0" , path = " crates/smooth-diver" , package = " smooai-smooth-diver" }
217- smooth-tunnel = { version = " 0.20 .0" , path = " crates/smooth-tunnel" , package = " smooai-smooth-tunnel" }
218- smooth-bench = { version = " 0.20 .0" , path = " crates/smooth-bench" , package = " smooai-smooth-bench" }
219- smooth-tmux = { version = " 0.20 .0" , path = " crates/smooth-tmux" , package = " smooai-smooth-tmux" }
220- smooth-api-client = { version = " 0.20 .0" , path = " crates/smooth-api-client" , package = " smooai-smooth-api-client" }
207+ smooth-cast = { version = " 0.21 .0" , path = " crates/smooth-cast" , package = " smooai-smooth-cast" }
208+ smooth-bigsmooth = { version = " 0.21 .0" , path = " crates/smooth-bigsmooth" , package = " smooai-smooth-bigsmooth" }
209+ smooth-policy = { path = " crates/smooth-policy" , version = " 0.21 .0" , package = " smooai-smooth-policy" }
210+ smooth-web = { version = " 0.21 .0" , path = " crates/smooth-web" , package = " smooai-smooth-web" }
211+ smooth-scribe = { version = " 0.21 .0" , path = " crates/smooth-scribe" , package = " smooai-smooth-scribe" }
212+ smooth-narc = { version = " 0.21 .0" , path = " crates/smooth-narc" , package = " smooai-smooth-narc" }
213+ smooth-archivist = { version = " 0.21 .0" , path = " crates/smooth-archivist" , package = " smooai-smooth-archivist" }
214+ smooth-code = { version = " 0.21 .0" , path = " crates/smooth-code" , package = " smooai-smooth-code" }
215+ smooth-pearls = { path = " crates/smooth-pearls" , version = " 0.21 .0" , package = " smooai-smooth-pearls" }
216+ smooth-diver = { version = " 0.21 .0" , path = " crates/smooth-diver" , package = " smooai-smooth-diver" }
217+ smooth-tunnel = { version = " 0.21 .0" , path = " crates/smooth-tunnel" , package = " smooai-smooth-tunnel" }
218+ smooth-bench = { version = " 0.21 .0" , path = " crates/smooth-bench" , package = " smooai-smooth-bench" }
219+ smooth-tmux = { version = " 0.21 .0" , path = " crates/smooth-tmux" , package = " smooai-smooth-tmux" }
220+ smooth-api-client = { version = " 0.21 .0" , path = " crates/smooth-api-client" , package = " smooai-smooth-api-client" }
221221# Cross-runtime client shared library (github.com/SmooAI/client-shared).
222222# SMOODEV-1464: switched from a local `path = "../client-shared/rust"` dep to
223223# a rev-pinned git dep. The path form only resolved on a dev laptop, so every
0 commit comments