diff --git a/Cargo.toml b/Cargo.toml index 1a41565f..77309463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-lsp" -version = "0.13.3" +version = "0.14.0" authors = ["Eyal Kalderon "] edition = "2018" description = "Language Server Protocol implementation based on Tower" @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = "1.6" tokio-util = { version = "0.6.5", features = ["codec"] } -tower-lsp-macros = { version = "0.3", path = "./tower-lsp-macros" } +tower-lsp-macros = { version = "0.4", path = "./tower-lsp-macros" } tower-service = "0.3" [dev-dependencies] diff --git a/tower-lsp-macros/Cargo.toml b/tower-lsp-macros/Cargo.toml index 02ca06f4..e48e12cb 100644 --- a/tower-lsp-macros/Cargo.toml +++ b/tower-lsp-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-lsp-macros" -version = "0.3.0" +version = "0.4.0" authors = ["Eyal Kalderon "] description = "Internal procedural macros for tower-lsp" edition = "2018"