Skip to content

Commit

Permalink
chore: update async-lsp to v0.1.0 (#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 17, 2023
1 parent 3383740 commit 9701f90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ noirc_abi = { path = "tooling/noirc_abi" }
bb_abstraction_leaks = { path = "tooling/bb_abstraction_leaks" }

# LSP
async-lsp = { version = "0.0.5", default-features = false }
lsp-types = "0.94"
async-lsp = { version = "0.1.0", default-features = false }
lsp-types = "0.94.1"
tower = "0.4"

# Wasm
Expand Down

0 comments on commit 9701f90

Please sign in to comment.