Bump typst-assets

This commit is contained in:
Laurenz 2025-02-10 16:36:30 +01:00
parent 9c3ecf43a0
commit 93fe02b457
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -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"

View File

@ -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"