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]] [[package]]
name = "lsp-ai" name = "lsp-ai"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

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