Skip to content

Commit a522a84

Browse files
committed
chore: release 0.1.2
1 parent 5d08378 commit a522a84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bsp-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsp-server"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Build Server Protocol (Server)"
66
repository = "https://github.com/tami5/build-server-protocol"
@@ -12,5 +12,5 @@ crossbeam-channel = { version = "0.5.4" }
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = { version = "1.0.79" }
1414
tracing = { version = "0.1.34" }
15-
bsp-types = { version = "0.1", path = "../bsp-types" }
15+
bsp-types = { version = "0.1.2", path = "../bsp-types" }
1616
serde_repr = { version = "0.1.7" }

bsp-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsp-types"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Build Server Protocol Types"
66
repository = "https://github.com/tami5/build-server-protocol"
@@ -11,4 +11,4 @@ anyhow = "^1.0.42"
1111
lsp-types = "0.93.0"
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = { version = "1.0.79" }
14-
serde_repr = {version = "0.1.7" }
14+
serde_repr = { version = "0.1.7" }

0 commit comments

Comments
 (0)