summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-09-27 08:17:53 +0000
committerGitHub <noreply@github.com>2024-09-27 08:17:53 +0000
commitefc6b710bc176646361e6ff8a2b62b033661a3b8 (patch)
tree13c7574f8b078342d146347907c031a8a1c36d52 /Cargo.toml
parentca1f749c087bc19f6fbcebcd3ee34307959a95d5 (diff)
Update NewCM fonts to version 6.0.0 (#5005)
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 980d6f4c..f73e0802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,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-utils = { path = "crates/typst-utils", version = "0.11.0" }
-typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4ee794c" }
+typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4633b8c" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "e9f8127" }
arrayvec = "0.7.4"
az = "1.2"