typst-lsp: 0.6.2 -> 0.7.0
Diff: https://github.com/nvarner/typst-lsp/compare/v0.6.2...v0.7.0 Changelog: https://github.com/nvarner/typst-lsp/releases/tag/v0.7.0
This commit is contained in:
parent
c09bf88297
commit
db9569826c
@ -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",
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user