Skip to content

Commit

Permalink
chore(psl/fmt): bump lsp-types (#4944)
Browse files Browse the repository at this point in the history
* bump lsp-types

* Upgrade to `0.95.1` isntead of current latest `0.97.0` as `0.96.0` introduces breaking changes
  • Loading branch information
Druue authored Jul 9, 2024
1 parent 9b8d05f commit c41dd5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 prisma-fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ psl = { workspace = true, features = ["all"] }
serde_json.workspace = true
serde.workspace = true
indoc.workspace = true
lsp-types = "0.91.1"
lsp-types = "0.95.1"
log = "0.4.14"
enumflags2.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion psl/psl-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ either = "1.8.1"
hex = "0.4"

# For the connector API.
lsp-types = "0.91.1"
lsp-types = "0.95.1"
url.workspace = true
cfg-if = "1.0.0"

0 comments on commit c41dd5b

Please sign in to comment.