summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-11-26 12:36:53 +0000
committerGitHub <noreply@github.com>2024-11-26 12:36:53 +0000
commit6d35972c3d2caaea3d6e358f6af121ba37881dbb (patch)
treee8f31a822d52653807df9c76112286a44d1fe3f2 /Cargo.toml
parent580e6811b0281f19fa9c3e438500a9e8bb9b95ef (diff)
Update NewCM fonts to version 7.0.0 (#5465)
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 cebc2e97..1f6eb5ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,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 = "5c0dcc0" }
+typst-assets = { git = "https://github.com/typst/typst-assets", rev = "8cccef9" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "b07d156" }
arrayvec = "0.7.4"
az = "1.2"