Commit 9f3f0d09 authored by figsoda's avatar figsoda
Browse files
parent 88362a75
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 = {