summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2024-03-15 15:02:56 +0100
committerGitHub <noreply@github.com>2024-03-15 14:02:56 +0000
commit9bd14514520684955570bc87ef79b7b08b35f7c4 (patch)
tree04debccb6d28e83474248433b464fd0431740170 /Cargo.toml
parent1084bce4e8107f8371f2dde013986674659de8a6 (diff)
Add a guide for the new tables (#3655)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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 10b36284..519d06f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ typst-svg = { path = "crates/typst-svg" }
typst-syntax = { path = "crates/typst-syntax" }
typst-timing = { path = "crates/typst-timing" }
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" }
-typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" }
+typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "2eec695" }
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }