diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-06 15:33:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 14:33:30 +0000 |
| commit | cf2f789c07b64cd59f472dfd64877be44c9337d2 (patch) | |
| tree | 3adbb71a726f54448cb9c116816cecd4e2f77480 /Cargo.toml | |
| parent | a558fd232b379e527eac2d5196eb9367b7d28032 (diff) | |
Bump assets (#3560)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ typst-render = { path = "crates/typst-render" } typst-svg = { path = "crates/typst-svg" } typst-syntax = { path = "crates/typst-syntax" } typst-timing = { path = "crates/typst-timing" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "79e1c84" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" } az = "1.2" base64 = "0.22" |
