summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-30 17:19:22 +0200
committerGitHub <noreply@github.com>2024-09-30 15:19:22 +0000
commit7ff83db757330899576b50b87968ca86f2539f7b (patch)
tree73a779808e84edec1539a07f49b8123b8424da59 /Cargo.toml
parentd94acd615e5bde7f6d131be351e145477e515721 (diff)
Change default font to Libertinus Serif (#4969)
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 f73e0802..a0a6264a 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 = "4633b8c" }
+typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4afd428" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "e9f8127" }
arrayvec = "0.7.4"
az = "1.2"