diff --git a/Cargo.toml b/Cargo.toml index b2bdeff..b96c85d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-lsp" -version = "0.19.0" +version = "0.20.0" authors = ["Eyal Kalderon "] edition = "2021" rust-version = "1.64.0" @@ -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"