Skip to content

Commit 01e3102

Browse files
committed
fix: update tree-sitter-swift version to 0.7.1 for crates.io compatibility
1 parent 1c1a2d8 commit 01e3102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vtcode-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-core"
3-
version = "0.1.0"
3+
version = "0.8.1"
44
edition = "2024"
55
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
66
description = "Core library for VTCode - a Rust-based terminal coding agent"
@@ -100,5 +100,5 @@ default = []
100100
swift = ["tree-sitter-swift"]
101101

102102
[dependencies.tree-sitter-swift]
103-
version = "=0.7.1"
103+
version = "0.7.1"
104104
optional = true

0 commit comments

Comments
 (0)