Skip to content

Commit

Permalink
chore: release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Apr 24, 2022
1 parent 5d08378 commit a522a84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bsp-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bsp-server"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Build Server Protocol (Server)"
repository = "https://github.com/tami5/build-server-protocol"
Expand All @@ -12,5 +12,5 @@ crossbeam-channel = { version = "0.5.4" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.79" }
tracing = { version = "0.1.34" }
bsp-types = { version = "0.1", path = "../bsp-types" }
bsp-types = { version = "0.1.2", path = "../bsp-types" }
serde_repr = { version = "0.1.7" }
4 changes: 2 additions & 2 deletions bsp-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bsp-types"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Build Server Protocol Types"
repository = "https://github.com/tami5/build-server-protocol"
Expand All @@ -11,4 +11,4 @@ anyhow = "^1.0.42"
lsp-types = "0.93.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.79" }
serde_repr = {version = "0.1.7" }
serde_repr = { version = "0.1.7" }

0 comments on commit a522a84

Please sign in to comment.