Skip to content

Commit

Permalink
Bump tower-lsp version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Aug 11, 2023
1 parent c90b517 commit e9c23e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-lsp"
version = "0.19.0"
version = "0.20.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
edition = "2021"
rust-version = "1.64.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.17", optional = true }
tokio-util = { version = "0.7", optional = true, features = ["codec"] }
tower-lsp-macros = { version = "0.8", path = "./tower-lsp-macros" }
tower-lsp-macros = { version = "0.9", path = "./tower-lsp-macros" }
tower = { version = "0.4", default-features = false, features = ["util"] }
tracing = "0.1"

Expand Down

0 comments on commit e9c23e4

Please sign in to comment.