diff --git a/Cargo.lock b/Cargo.lock index 8e68d6b67..924f578c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2970,7 +2970,7 @@ dependencies = [ [[package]] name = "typst-dev-assets" version = "0.13.1" -source = "git+https://github.com/LaurenzV/typst-dev-assets?rev=180c145#180c145cf810c8b2a7ed77355b351f3aed07d0c6" +source = "git+https://github.com/typst/typst-dev-assets?rev=c6c2acf#c6c2acf6cdc31f99a23a478d3d614f8bf806a4f5" [[package]] name = "typst-docs" diff --git a/Cargo.toml b/Cargo.toml index 571dd436e..90d0f81d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ typst-syntax = { path = "crates/typst-syntax", version = "0.13.1" } typst-timing = { path = "crates/typst-timing", version = "0.13.1" } typst-utils = { path = "crates/typst-utils", version = "0.13.1" } typst-assets = { git = "https://github.com/typst/typst-assets", rev = "fbf00f9" } -typst-dev-assets = { git = "https://github.com/LaurenzV/typst-dev-assets", rev = "180c145" } +typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c6c2acf" } arrayvec = "0.7.4" az = "1.2" base64 = "0.22"