summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>2024-06-16 09:47:13 +0200
committerGitHub <noreply@github.com>2024-06-16 07:47:13 +0000
commit1110b935646fb4174cfce020613378ca7a7e8300 (patch)
treeab8662cc6129f0e63916340a740c75acbd46fa60 /Cargo.toml
parent9a45d948f99410292f212d3c51539fee9d0e95ad (diff)
Add support for COLRv1 emojis (#4371)
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 40051a5a..367e835a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" }
typst-timing = { path = "crates/typst-timing", version = "0.11.0" }
typst-utils = { path = "crates/typst-utils", version = "0.11.0" }
typst-assets = "0.11.0"
-typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" }
+typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "48a924d9de82b631bc775124a69384c8d860db04" }
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }