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

Merge pull request #254948 from figsoda/typstfmt

typstfmt: 0.2.3 -> 0.2.4
parents 8ed67069 1a055feb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ dependencies = [

[[package]]
name = "typstfmt"
version = "0.2.3"
version = "0.2.4"
dependencies = [
 "lexopt",
 "typstfmt_lib",
@@ -512,7 +512,7 @@ dependencies = [

[[package]]
name = "typstfmt_lib"
version = "0.2.3"
version = "0.2.4"
dependencies = [
 "globmatch",
 "insta",
@@ -529,9 +529,9 @@ dependencies = [

[[package]]
name = "unicode-ident"
version = "1.0.11"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "unicode-math-class"
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
  pname = "typstfmt";
  version = "0.2.3";
  version = "0.2.4";

  src = fetchFromGitHub {
    owner = "astrale-sharp";
    repo = "typstfmt";
    rev = version;
    hash = "sha256-DipssOPbu7rSyfhqpuOqS7Ih+/PlK+/BT+R1Sm4mFPk=";
    hash = "sha256-d0vlZqg0RcRvZM7xYdMLX2/UeolUbqZ9H4drJRRKBmc=";
  };

  cargoLock = {