Skip to content

Commit

Permalink
chore: set bsp_types version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Apr 24, 2022
1 parent 7a2c1d5 commit 0098d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsp-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { path = "../bsp-types" }
serde_repr = {version = "0.1.7" }
bsp-types = { version = "0.1", path = "../bsp-types" }
serde_repr = { version = "0.1.7" }

0 comments on commit 0098d4c

Please sign in to comment.