We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1a2d8 commit 01e3102Copy full SHA for 01e3102
vtcode-core/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vtcode-core"
3
-version = "0.1.0"
+version = "0.8.1"
4
edition = "2024"
5
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
6
description = "Core library for VTCode - a Rust-based terminal coding agent"
@@ -100,5 +100,5 @@ default = []
100
swift = ["tree-sitter-swift"]
101
102
[dependencies.tree-sitter-swift]
103
-version = "=0.7.1"
+version = "0.7.1"
104
optional = true
0 commit comments