From 0cf062a4869b16e5725ca885844d8c78f3337275 Mon Sep 17 00:00:00 2001 From: Eyal Kalderon Date: Sun, 15 Jan 2023 00:06:16 -0500 Subject: [PATCH] Bump tower-lsp-macros version to 0.7.0 --- Cargo.toml | 2 +- tower-lsp-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 763ab371..443cab43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,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.6", path = "./tower-lsp-macros" } +tower-lsp-macros = { version = "0.7", path = "./tower-lsp-macros" } tower = { version = "0.4", default-features = false, features = ["util"] } tracing = "0.1" diff --git a/tower-lsp-macros/Cargo.toml b/tower-lsp-macros/Cargo.toml index 2e9121d0..8ea9ca8e 100644 --- a/tower-lsp-macros/Cargo.toml +++ b/tower-lsp-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-lsp-macros" -version = "0.6.0" +version = "0.7.0" authors = ["Eyal Kalderon "] description = "Internal procedural macros for tower-lsp" edition = "2018"