summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-04 17:46:57 +0100
committerGitHub <noreply@github.com>2024-03-04 17:46:57 +0100
commit668a79f9f91b65a00bf7290bd3f01c3a5125955a (patch)
tree2ccae721561761c29165e61dcf8a9b6057105880 /Cargo.toml
parente3bd39c9d156a4a02a8b7398ed5769100a3d877a (diff)
Add Windows to CI (#3548)
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 3df6e051..8fdbde57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,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 = "79e1c84" }
-typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "1dba4be" }
+typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" }
az = "1.2"
base64 = "0.21.2"
bitflags = { version = "2", features = ["serde"] }