Skip to content

Commit 22fa2cc

Browse files
Update lsp-types requirement from 0.94 to 0.97 in the cargo group (#92)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3774e2c commit 22fa2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde_json = "1.0"
1818
thiserror = "2.0"
1919
tokio = { version = "1.42", features = ["full"] }
2020
tower-lsp = { version = "0.20", features = ["proposed"] }
21-
lsp-types = "0.94"
21+
lsp-types = "0.97"
2222

2323
[profile.dev.package]
2424
insta.opt-level = 3

0 commit comments

Comments
 (0)