Skip to content

Commit

Permalink
Bump tower-lsp-macros version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Jan 15, 2023
1 parent e96fd9a commit 0cf062a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tower-lsp-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-lsp-macros"
version = "0.6.0"
version = "0.7.0"
authors = ["Eyal Kalderon <[email protected]>"]
description = "Internal procedural macros for tower-lsp"
edition = "2018"
Expand Down

0 comments on commit 0cf062a

Please sign in to comment.