Update Cargo.lock

lsp-ai version did not get bumped in lock file. Breaks CI checks that look for inconsistencies between toml file and lock files.
This commit is contained in:
Kyle Petryszak 2024-09-20 09:00:15 -05:00 committed by GitHub
parent 26a3a7008d
commit 7201eadb54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Cargo.lock generated
View File

@ -1566,7 +1566,7 @@ dependencies = [
[[package]]
name = "lsp-ai"
version = "0.6.1"
version = "0.7.0"
dependencies = [
"anyhow",
"assert_cmd",