diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-23 11:12:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-23 09:12:58 +0000 |
| commit | e9dc4bb20404037cf192c19f00a010ff3bb1a10b (patch) | |
| tree | 46dca870d8809b7749f5e00e4c40aa23d909c521 /Cargo.toml | |
| parent | 3602d06a155a0567fe2b2e75a4d5970578d0f14f (diff) | |
Typed HTML API (#6476)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/typst/typst-assets", rev = "c74e539" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "c1089b4" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "fddbf8b" } arrayvec = "0.7.4" az = "1.2" |
