Skip to content

Commit

Permalink
Bump crate version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Aug 11, 2020
1 parent eade13a commit b1ce1d0
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.12.0"
version = "0.12.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 = { version = "0.2", features = ["rt-core"] }
tokio-util = { version = "0.3", features = ["codec"] }
tower-lsp-macros = { version = "0.1", path = "./tower-lsp-macros" }
tower-lsp-macros = { version = "0.2", 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.1.0"
version = "0.2.0"
authors = ["Eyal Kalderon <[email protected]>"]
description = "Internal procedural macros for tower-lsp"
edition = "2018"
Expand Down

0 comments on commit b1ce1d0

Please sign in to comment.