make merslsp compile again (it's still buggy tho)

This commit is contained in:
Mark
2024-07-03 18:36:46 +02:00
parent 0e42202f2c
commit ac662c8e10
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
[package]
name = "merslsp"
version = "0.8.1"
version = "0.9.1"
edition = "2021"
[dependencies]
mers_lib = "0.8.1"
mers_lib = "0.9.1"
lspower = "1.5.0"
tokio = { version = "1.36.0", features = ["full"] }
line-span = "0.1.5"