Merge pull request #239231 from figsoda/typst-lsp

typst-lsp: 0.7.0 -> 0.7.1
This commit is contained in:
Nick Cao
2023-06-23 10:06:25 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -1953,7 +1953,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anyhow",
"chrono",
@@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "nvarner";
repo = pname;
rev = "v${version}";
hash = "sha256-t8ho2dX8ulDQI0FME3xF+Fq9A6xYKsujfcXNkw1k7e4=";
hash = "sha256-to+M/1TcQTeojwVMuXR2moyZ0L3vhGiokJrWustF/go=";
};
cargoLock = {