Merge pull request #254248 from figsoda/typstfmt

typstfmt: 0.2.1 -> 0.2.2
This commit is contained in:
Nick Cao
2023-09-09 13:43:15 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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 = {