11[package ]
22name = " harper-ls"
3- version = " 0.69 .0"
3+ version = " 0.70 .0"
44edition = " 2024"
55description = " The language checker for developers."
66license = " Apache-2.0"
77readme = " README.md"
88repository = " https://github.com/automattic/harper"
99
1010[dependencies ]
11- harper-stats = { path = " ../harper-stats" , version = " 0.69 .0" }
12- harper-literate-haskell = { path = " ../harper-literate-haskell" , version = " 0.69 .0" }
13- harper-core = { path = " ../harper-core" , version = " 0.69 .0" , features = [" concurrent" ] }
14- harper-comments = { path = " ../harper-comments" , version = " 0.69 .0" }
15- harper-jjdescription = { path = " ../harper-jjdescription" , version = " 0.69 .0" }
16- harper-typst = { path = " ../harper-typst" , version = " 0.69 .0" }
17- harper-html = { path = " ../harper-html" , version = " 0.69 .0" }
18- harper-python = { path = " ../harper-python" , version = " 0.69 .0" }
11+ harper-stats = { path = " ../harper-stats" , version = " 0.70 .0" }
12+ harper-literate-haskell = { path = " ../harper-literate-haskell" , version = " 0.70 .0" }
13+ harper-core = { path = " ../harper-core" , version = " 0.70 .0" , features = [" concurrent" ] }
14+ harper-comments = { path = " ../harper-comments" , version = " 0.70 .0" }
15+ harper-jjdescription = { path = " ../harper-jjdescription" , version = " 0.70 .0" }
16+ harper-typst = { path = " ../harper-typst" , version = " 0.70 .0" }
17+ harper-html = { path = " ../harper-html" , version = " 0.70 .0" }
18+ harper-python = { path = " ../harper-python" , version = " 0.70 .0" }
1919tower-lsp-server = " 0.22.1"
2020tokio = { version = " 1.48.0" , features = [" fs" , " rt" , " rt-multi-thread" , " macros" , " io-std" , " io-util" , " net" ] }
2121clap = { version = " 4.5.48" , features = [" derive" ] }
@@ -32,7 +32,7 @@ futures = "0.3.31"
3232serde = { version = " 1.0.228" , features = [" derive" ] }
3333indexmap = { version = " 2.12.0" , features = [" serde" ] }
3434globset = " 0.4.18"
35- harper-ink = { version = " 0.69 .0" , path = " ../harper-ink" }
35+ harper-ink = { version = " 0.70 .0" , path = " ../harper-ink" }
3636
3737[features ]
3838default = []
0 commit comments