diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-30 14:36:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 13:36:15 +0000 |
| commit | be1fa91a00a9bff6c5eb9744266f252b8cc23fe4 (patch) | |
| tree | 398667e7da4e44d910dbf69f4d6b6d18f9141e0c /Cargo.toml | |
| parent | 7a0d7092bc00ee4f5c0d4887ea3ccf3fbceb2426 (diff) | |
Modular, multi-threaded, transitioning plugins (#5779)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ 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-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "b07d156" } +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" } arrayvec = "0.7.4" az = "1.2" base64 = "0.22" |
