diff --git a/Cargo.lock b/Cargo.lock index f73d1ecbc..5e3904000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5650,8 +5650,7 @@ dependencies = [ [[package]] name = "typstyle-core" version = "0.13.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f75a1926d11271addf8bc8db4bcb24803464317e000c6c743d825111fb6b56" +source = "git+https://github.com/ParaN3xus/typstyle/?branch=nightly#3414ec94cb4a5e2703050d77af4834a4f8359336" dependencies = [ "ecow", "itertools 0.14.0", @@ -5659,7 +5658,7 @@ dependencies = [ "rustc-hash 2.1.1", "smallvec", "thiserror 2.0.12", - "typst-syntax 0.13.1", + "typst-syntax 0.14.0", "unicode-width 0.2.1", ] @@ -6708,8 +6707,3 @@ checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089" dependencies = [ "zune-core", ] - -[[patch.unused]] -name = "typstyle-core" -version = "0.13.16" -source = "git+https://github.com/ParaN3xus/typstyle/?rev=bf6db731d8edf407afc7cce94d47a8057aa82a0c#bf6db731d8edf407afc7cce94d47a8057aa82a0c" diff --git a/Cargo.toml b/Cargo.toml index 241ec1bc6..9aa8f03df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,7 +275,7 @@ typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" } typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" } typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "cb84ac13259f133365b7fcbc6239d82907fe72f7" } -typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "bf6db731d8edf407afc7cce94d47a8057aa82a0c" } +typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", branch = "nightly" } reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "13f4d680b9394149b44d0a93ccbaf204e0834517" } reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "13f4d680b9394149b44d0a93ccbaf204e0834517" } reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "13f4d680b9394149b44d0a93ccbaf204e0834517" }