figsoda 2023-06-21 18:45:30 -04:00
parent c09bf88297
commit db9569826c
2 changed files with 4 additions and 3 deletions

View File

@ -1953,7 +1953,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.6.2"
version = "0.7.0"
dependencies = [
"anyhow",
"chrono",
@ -1962,6 +1962,7 @@ dependencies = [
"elsa",
"futures",
"if_chain",
"indexmap",
"itertools",
"lazy_static",
"memmap2 0.7.0",

View File

@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "nvarner";
repo = pname;
rev = "v${version}";
hash = "sha256-RYFIJYgyBe0WhNEP1cDI7JvM4Ka+39uyOx5pcpWhq3I=";
hash = "sha256-t8ho2dX8ulDQI0FME3xF+Fq9A6xYKsujfcXNkw1k7e4=";
};
cargoLock = {