typstfmt: 0.2.3 -> 0.2.4
Diff: https://github.com/astrale-sharp/typstfmt/compare/0.2.3...0.2.4 Changelog: https://github.com/astrale-sharp/typstfmt/blob/0.2.4/CHANGELOG.md
This commit is contained in:
parent
dc3e068ea9
commit
1a055feb05
8
pkgs/tools/typesetting/typstfmt/Cargo.lock
generated
8
pkgs/tools/typesetting/typstfmt/Cargo.lock
generated
@ -504,7 +504,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "typstfmt"
|
name = "typstfmt"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lexopt",
|
"lexopt",
|
||||||
"typstfmt_lib",
|
"typstfmt_lib",
|
||||||
@ -512,7 +512,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "typstfmt_lib"
|
name = "typstfmt_lib"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"globmatch",
|
"globmatch",
|
||||||
"insta",
|
"insta",
|
||||||
@ -529,9 +529,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-ident"
|
name = "unicode-ident"
|
||||||
version = "1.0.11"
|
version = "1.0.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-math-class"
|
name = "unicode-math-class"
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "typstfmt";
|
pname = "typstfmt";
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astrale-sharp";
|
owner = "astrale-sharp";
|
||||||
repo = "typstfmt";
|
repo = "typstfmt";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-DipssOPbu7rSyfhqpuOqS7Ih+/PlK+/BT+R1Sm4mFPk=";
|
hash = "sha256-d0vlZqg0RcRvZM7xYdMLX2/UeolUbqZ9H4drJRRKBmc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
Loading…
Reference in New Issue
Block a user