From 93fe02b45746a6de1a713bcbace0918fc611dce9 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 10 Feb 2025 16:36:30 +0100 Subject: [PATCH] Bump `typst-assets` --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ac32df53..115ae5393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2753,8 +2753,7 @@ dependencies = [ [[package]] name = "typst-assets" version = "0.13.0-rc1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e364df2dd61caf35f959a879e55654922a8cea77d4886103ed735c45c888445" +source = "git+https://github.com/typst/typst-assets?rev=7eb87f5#7eb87f5496aff556ace09cf574d11d90d90543ca" [[package]] name = "typst-cli" diff --git a/Cargo.toml b/Cargo.toml index fc9878c39..8fefe7cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.13.0-rc1" } typst-syntax = { path = "crates/typst-syntax", version = "0.13.0-rc1" } typst-timing = { path = "crates/typst-timing", version = "0.13.0-rc1" } typst-utils = { path = "crates/typst-utils", version = "0.13.0-rc1" } -typst-assets = "0.13.0-rc1" +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "7eb87f5" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" } arrayvec = "0.7.4" az = "1.2"