Skip to content

Commit 0c9fe15

Browse files
committed
Bump crate version to 0.14.1
1 parent 08fded5 commit 0c9fe15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-lsp"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Eyal Kalderon <[email protected]>"]
55
edition = "2018"
66
description = "Language Server Protocol implementation based on Tower"
@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
2727
tokio = "1.6"
2828
tokio-util = { version = "0.6.5", features = ["codec"] }
29-
tower-lsp-macros = { version = "0.4", path = "./tower-lsp-macros" }
29+
tower-lsp-macros = { version = "0.4.1", path = "./tower-lsp-macros" }
3030
tower-service = "0.3"
3131

3232
[dev-dependencies]

tower-lsp-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-lsp-macros"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Eyal Kalderon <[email protected]>"]
55
description = "Internal procedural macros for tower-lsp"
66
edition = "2018"

0 commit comments

Comments
 (0)