diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-10 16:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 15:39:14 +0000 |
| commit | 81021fa1a277b04e8726d82fdf8f5fe11aeacab6 (patch) | |
| tree | 39f0878c7ef5dff07f3e650f3b0dcc4f31c202b0 | |
| parent | 89e71acecd4a3a06943d0bd4443fc80a9b8f41e4 (diff) | |
Bump `typst-assets` (#5845)
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2753,7 +2753,7 @@ dependencies = [ [[package]] name = "typst-assets" version = "0.12.0" -source = "git+https://github.com/typst/typst-assets?rev=8cccef9#8cccef93b5da73a1c80389722cf2b655b624f577" +source = "git+https://github.com/typst/typst-assets?rev=8536748#8536748e4350198f34e519adff8593f258259cca" [[package]] name = "typst-cli" @@ -32,7 +32,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.12.0" } typst-syntax = { path = "crates/typst-syntax", version = "0.12.0" } typst-timing = { path = "crates/typst-timing", version = "0.12.0" } typst-utils = { path = "crates/typst-utils", version = "0.12.0" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "8cccef9" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "8536748" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" } arrayvec = "0.7.4" az = "1.2" |
