From 105d7156f8f9d95e16b3eefdf0fa97e5be7fbe5b Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Mon, 25 Mar 2024 17:51:35 +0100 Subject: Better handle large numbers from external data files (#3791) Co-authored-by: Martin Haug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 439d3edf..cf005048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } -- cgit v1.2.3