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

Merge pull request #254248 from figsoda/typstfmt

typstfmt: 0.2.1 -> 0.2.2
parents 42d92bbb df8e7395
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ dependencies = [

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

[[package]]
name = "typstfmt_lib"
version = "0.2.1"
version = "0.2.2"
dependencies = [
 "globmatch",
 "insta",
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
  pname = "typstfmt";
  version = "0.2.1";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "astrale-sharp";
    repo = "typstfmt";
    rev = version;
    hash = "sha256-cxiT8QVioZ7cGdkxsa8ampwNBWcdpAu4fO1ijfviHhI=";
    hash = "sha256-y6uXWKG3npgxIfZeou7Xs8/zqjIFB4BvciDmAJIXw78=";
  };

  cargoLock = {