11[package ]
22name = " vtcode-core"
3- version = " 0.68.1 "
3+ version = " 0.68.2 "
44edition = " 2024"
55authors = [" vinhnx <vinhnx@users.noreply.github.com>" ]
66description = " Core library for VT Code - a Rust-based terminal coding agent"
@@ -114,7 +114,7 @@ tui-popup = "0.7"
114114perg = " 0.8.0"
115115nucleo-matcher = " 0.3"
116116line-clipping = " 0.3"
117- vtcode-file-search = { version = " 0.68.1 " , path = " ../vtcode-file-search" }
117+ vtcode-file-search = { version = " 0.68.2 " , path = " ../vtcode-file-search" }
118118pulldown-cmark = { version = " 0.13" , default-features = false , features = [
119119 " simd" ,
120120] }
@@ -125,11 +125,11 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
125125vt100 = " 0.15.2"
126126portable-pty = " 0.9.0"
127127ansi-to-tui = " 8.0.0"
128- vtcode-commons = { path = " ../vtcode-commons" , version = " 0.68.1 " }
129- vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.68.1 " }
130- vtcode-config = { path = " ../vtcode-config" , version = " 0.68.1 " }
131- vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.68.1 " }
132- vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.68.1 " }
128+ vtcode-commons = { path = " ../vtcode-commons" , version = " 0.68.2 " }
129+ vtcode-exec-events = { path = " ../vtcode-exec-events" , version = " 0.68.2 " }
130+ vtcode-config = { path = " ../vtcode-config" , version = " 0.68.2 " }
131+ vtcode-markdown-store = { path = " ../vtcode-markdown-store" , version = " 0.68.2 " }
132+ vtcode-indexer = { path = " ../vtcode-indexer" , version = " 0.68.2 " }
133133
134134# Schema generation
135135schemars = { workspace = true , optional = true }
@@ -163,7 +163,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"], optional = true }
163163tokio-stream = { version = " 0.1" , optional = true }
164164
165165[build-dependencies ]
166- vtcode-config = { path = " ../vtcode-config" , version = " 0.68.1 " }
166+ vtcode-config = { path = " ../vtcode-config" , version = " 0.68.2 " }
167167
168168[target .'cfg(target_os = "linux")' .dependencies ]
169169libc = " 0.2"
0 commit comments