Skip to content

Commit

Permalink
Merge pull request #171 from jsinger67/dependabot/cargo/lsp-types-0.94.1
Browse files Browse the repository at this point in the history
Bump lsp-types from 0.94.0 to 0.94.1
  • Loading branch information
jsinger67 authored Aug 8, 2023
2 parents 1453dcd + b53ed2e commit 4a2ae5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/parol-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function_name = { workspace = true }
syntree = { workspace = true }
log = { workspace = true }
lsp-server = "0.7.2"
lsp-types = "0.94.0"
lsp-types = "0.94.1"
once_cell = { workspace = true }
parol = { path = "../parol", version = "0.23.0" }
parol_runtime = { path = "../parol_runtime", version = "0.18.0", features = ["auto_generation"] }
Expand Down

0 comments on commit 4a2ae5d

Please sign in to comment.