|
1 | 1 | [package] |
2 | 2 | name = "vtcode-core" |
3 | | -version = "0.55.0" |
| 3 | +version = "0.55.1" |
4 | 4 | edition = "2024" |
5 | 5 | authors = ["vinhnx <vinhnx@users.noreply.github.com>"] |
6 | 6 | description = "Core library for VT Code - a Rust-based terminal coding agent" |
@@ -127,11 +127,11 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat |
127 | 127 | vt100 = "0.15.2" |
128 | 128 | portable-pty = "0.9.0" |
129 | 129 | ansi-to-tui = "7.0.0" |
130 | | -vtcode-commons = { path = "../vtcode-commons", version = "0.55.0" } |
131 | | -vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.55.0" } |
132 | | -vtcode-config = { path = "../vtcode-config", version = "0.55.0" } |
133 | | -vtcode-markdown-store = { path = "../vtcode-markdown-store", version = "0.55.0" } |
134 | | -vtcode-indexer = { path = "../vtcode-indexer", version = "0.55.0" } |
| 130 | +vtcode-commons = { path = "../vtcode-commons", version = "0.55.1" } |
| 131 | +vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.55.1" } |
| 132 | +vtcode-config = { path = "../vtcode-config", version = "0.55.1" } |
| 133 | +vtcode-markdown-store = { path = "../vtcode-markdown-store", version = "0.55.1" } |
| 134 | +vtcode-indexer = { path = "../vtcode-indexer", version = "0.55.1" } |
135 | 135 |
|
136 | 136 | # Schema generation |
137 | 137 | schemars = { workspace = true, optional = true } |
@@ -164,7 +164,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"], optional = true } |
164 | 164 | tokio-stream = { version = "0.1", optional = true } |
165 | 165 |
|
166 | 166 | [build-dependencies] |
167 | | -vtcode-config = { path = "../vtcode-config", version = "0.55.0" } |
| 167 | +vtcode-config = { path = "../vtcode-config", version = "0.55.1" } |
168 | 168 |
|
169 | 169 | [target.'cfg(unix)'.dependencies] |
170 | 170 |
|
|
0 commit comments