diff options
| author | Martin Haug <mhaug@live.de> | 2024-03-15 15:02:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 14:02:56 +0000 |
| commit | 9bd14514520684955570bc87ef79b7b08b35f7c4 (patch) | |
| tree | 04debccb6d28e83474248433b464fd0431740170 /Cargo.toml | |
| parent | 1084bce4e8107f8371f2dde013986674659de8a6 (diff) | |
Add a guide for the new tables (#3655)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ 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 = "4d1211a" } -typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" } +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "2eec695" } az = "1.2" base64 = "0.22" bitflags = { version = "2", features = ["serde"] } |
