Skip to content

Commit

Permalink
chore: bump async-lsp and lsp-types
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Feb 16, 2024
1 parent 7224c9f commit 8dd8f8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tablegen-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-lsp = { version = "0.1.0", features = ["tokio"] }
lsp-types = "0.94.1"
async-lsp = { version = "0.2.0", features = ["tokio"] }
lsp-types = "0.95.0"
tablegen-analyzer = { path = "../tablegen-analyzer" }
tablegen-parser = { path = "../tablegen-parser" }
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit 8dd8f8d

Please sign in to comment.