From 7201eadb549d15932c4ff03434dff76ac85c527a Mon Sep 17 00:00:00 2001 From: Kyle Petryszak <6314611+ProjectInitiative@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:00:15 -0500 Subject: [PATCH] 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. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4f71faa..226906a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,7 +1566,7 @@ dependencies = [ [[package]] name = "lsp-ai" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "assert_cmd",