From effa014c7e9f8b5c8e2f073bcd8957c1c66fd64c Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Tue, 22 Jul 2025 11:56:23 +0200 Subject: [PATCH] Point to newest `typst-assets` repository --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a36a56582..8e68d6b67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2920,7 +2920,7 @@ dependencies = [ [[package]] name = "typst-assets" version = "0.13.1" -source = "git+https://github.com/LaurenzV/typst-assets?rev=d89cc82#d89cc821f84a5667714491019c0b64087b2608bd" +source = "git+https://github.com/typst/typst-assets?rev=fbf00f9#fbf00f9539fdb0825bef4d39fb57d5986c51b756" [[package]] name = "typst-cli" diff --git a/Cargo.toml b/Cargo.toml index 9ceb57e43..571dd436e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.13.1" } typst-syntax = { path = "crates/typst-syntax", version = "0.13.1" } typst-timing = { path = "crates/typst-timing", version = "0.13.1" } typst-utils = { path = "crates/typst-utils", version = "0.13.1" } -typst-assets = { git = "https://github.com/LaurenzV/typst-assets", rev = "d89cc82" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "fbf00f9" } typst-dev-assets = { git = "https://github.com/LaurenzV/typst-dev-assets", rev = "180c145" } arrayvec = "0.7.4" az = "1.2"