summaryrefslogtreecommitdiff
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
parent89e71acecd4a3a06943d0bd4443fc80a9b8f41e4 (diff)
Bump `typst-assets` (#5845)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 140dccf7..bf69c12a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2753,7 +2753,7 @@ dependencies = [
[[package]]
name = "typst-assets"
version = "0.12.0"
-source = "git+https://github.com/typst/typst-assets?rev=8cccef9#8cccef93b5da73a1c80389722cf2b655b624f577"
+source = "git+https://github.com/typst/typst-assets?rev=8536748#8536748e4350198f34e519adff8593f258259cca"
[[package]]
name = "typst-cli"
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"