Merge pull request #249433 from figsoda/typst-lsp

typst-lsp: 0.9.2 -> 0.9.3
This commit is contained in:
Nick Cao 2023-08-15 20:49:05 -06:00 committed by GitHub
commit 5d6575d589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3267,7 +3267,7 @@ dependencies = [
[[package]]
name = "typst-lsp"
version = "0.9.2"
version = "0.9.3"
dependencies = [
"anyhow",
"async-compression",

View file

@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "typst-lsp";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "nvarner";
repo = "typst-lsp";
rev = "v${version}";
hash = "sha256-l69/8XhIvGYcvtoCE7+hfp810F3uBVvxqZnA12o8HCg=";
hash = "sha256-maLiwM3ruCAf5qTv5Kky60eCdlpAp6JVKK6/E6vLVEw=";
};
cargoLock = {