Put versions

This commit is contained in:
Silas Marvin 2024-06-21 08:55:50 -07:00
parent 0dcc35d801
commit 0ba7571e0f
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1556,7 +1556,7 @@ dependencies = [
[[package]]
name = "lsp-ai"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -1,6 +1,6 @@
[package]
name = "lsp-ai"
version = "0.2.0"
version = "0.3.0"
description.workspace = true
repository.workspace = true
@ -33,8 +33,8 @@ tokio = { version = "1.36.0", features = ["rt-multi-thread", "time"] }
indexmap = "2.2.5"
async-trait = "0.1.78"
tree-sitter = "0.22"
utils-tree-sitter = { workspace = true, features = ["all"] }
splitter-tree-sitter = { workspace = true }
utils-tree-sitter = { workspace = true, features = ["all"], version = "0.1.0" }
splitter-tree-sitter = { workspace = true, version = "0.1.0" }
text-splitter = { version = "0.13.3" }
md5 = "0.7.0"