mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Bump typst-assets
This commit is contained in:
parent
9c3ecf43a0
commit
93fe02b457
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user