Skip to content

Commit 0098d4c

Browse files
committed
chore: set bsp_types version
1 parent 7a2c1d5 commit 0098d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = { path = "../bsp-types" }
16-
serde_repr = {version = "0.1.7" }
15+
bsp-types = { version = "0.1", path = "../bsp-types" }
16+
serde_repr = { version = "0.1.7" }

0 commit comments

Comments
 (0)