Unverified Commit 5d6575d5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #249433 from figsoda/typst-lsp

typst-lsp: 0.9.2 -> 0.9.3
parents 1c9997b3 9f3f0d09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3267,7 +3267,7 @@ dependencies = [

[[package]]
name = "typst-lsp"
version = "0.9.2"
version = "0.9.3"
dependencies = [
 "anyhow",
 "async-compression",
+2 −2
Original line number Diff line number Diff line
@@ -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 = {