Merge pull request #226934 from figsoda/typst-lsp

typst-lsp: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao
2023-04-19 12:22:22 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -1612,7 +1612,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"comemo",
@@ -5,13 +5,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "nvarner";
repo = pname;
rev = "v${version}";
hash = "sha256-buU9H+zO5s/IO5JSGRuumVreW8D+qogRt884fHknPOA=";
hash = "sha256-bjgGJxAHc3D0j+ZIPPzBw9vJJgchW9hy5E/qCmFjDUw=";
};
cargoLock = {