diff options
| author | Ana Gelez <ana@gelez.xyz> | 2024-03-25 17:51:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 16:51:35 +0000 |
| commit | 105d7156f8f9d95e16b3eefdf0fa97e5be7fbe5b (patch) | |
| tree | e937ec63a9f95af3d6272525f8701ec0d4ed5582 /Cargo.toml | |
| parent | 2efa86cbdf3e60602fe5524aeaa0befdf14eafcf (diff) | |
Better handle large numbers from external data files (#3791)
Co-authored-by: Martin Haug <mhaug@live.de>
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", version = "0.11.0" } typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" } typst-timing = { path = "crates/typst-timing", version = "0.11.0" } typst-assets = "0.11.0" -typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.11.0" } +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" } az = "1.2" base64 = "0.22" bitflags = { version = "2", features = ["serde"] } |
