Skip to content

Commit

Permalink
Bump crate version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed May 21, 2021
1 parent 08fded5 commit 0c9fe15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-lsp"
version = "0.14.0"
version = "0.14.1"
authors = ["Eyal Kalderon <[email protected]>"]
edition = "2018"
description = "Language Server Protocol implementation based on Tower"
Expand All @@ -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.4", path = "./tower-lsp-macros" }
tower-lsp-macros = { version = "0.4.1", path = "./tower-lsp-macros" }
tower-service = "0.3"

[dev-dependencies]
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.4.0"
version = "0.4.1"
authors = ["Eyal Kalderon <[email protected]>"]
description = "Internal procedural macros for tower-lsp"
edition = "2018"
Expand Down

0 comments on commit 0c9fe15

Please sign in to comment.