summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-02-10 16:36:30 +0100
committerLaurenz <laurmaedje@gmail.com>2025-02-10 16:36:30 +0100
commit93fe02b45746a6de1a713bcbace0918fc611dce9 (patch)
tree6844d907e52f067c885bfc41b51ccf90e2137b67
parent9c3ecf43a0359cf6f0ff20f05530421f546d72b0 (diff)
Bump `typst-assets`
-rw-r--r--Cargo.lock3
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8ac32df5..115ae539 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2753,8 +2753,7 @@ dependencies = [
[[package]]
name = "typst-assets"
version = "0.13.0-rc1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e364df2dd61caf35f959a879e55654922a8cea77d4886103ed735c45c888445"
+source = "git+https://github.com/typst/typst-assets?rev=7eb87f5#7eb87f5496aff556ace09cf574d11d90d90543ca"
[[package]]
name = "typst-cli"
diff --git a/Cargo.toml b/Cargo.toml
index fc9878c3..8fefe7cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.13.0-rc1" }
typst-syntax = { path = "crates/typst-syntax", version = "0.13.0-rc1" }
typst-timing = { path = "crates/typst-timing", version = "0.13.0-rc1" }
typst-utils = { path = "crates/typst-utils", version = "0.13.0-rc1" }
-typst-assets = "0.13.0-rc1"
+typst-assets = { git = "https://github.com/typst/typst-assets", rev = "7eb87f5" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "7f8999d" }
arrayvec = "0.7.4"
az = "1.2"