diff --git a/Cargo.lock b/Cargo.lock index 45f51a2..9d930d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "testing-language-server" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e287420..4a6994a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testing-language-server" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "LSP server for testing" license = "MIT"