summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-02-10 16:39:14 +0100
committerGitHub <noreply@github.com>2025-02-10 15:39:14 +0000
commit81021fa1a277b04e8726d82fdf8f5fe11aeacab6 (patch)
tree39f0878c7ef5dff07f3e650f3b0dcc4f31c202b0 /Cargo.toml
parent89e71acecd4a3a06943d0bd4443fc80a9b8f41e4 (diff)
Bump `typst-assets` (#5845)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 469439d3..ea9f8510 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.12.0" }
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-assets = { git = "https://github.com/typst/typst-assets", rev = "8536748" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" }
arrayvec = "0.7.4"
az = "1.2"