diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-10 16:36:30 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2025-02-10 16:36:30 +0100 |
| commit | 93fe02b45746a6de1a713bcbace0918fc611dce9 (patch) | |
| tree | 6844d907e52f067c885bfc41b51ccf90e2137b67 | |
| parent | 9c3ecf43a0359cf6f0ff20f05530421f546d72b0 (diff) | |
Bump `typst-assets`
| -rw-r--r-- | Cargo.lock | 3 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -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" @@ -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" |
