diff --git a/Cargo.lock b/Cargo.lock index df886fbd9..b5ca3066c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2709,7 +2709,7 @@ dependencies = [ [[package]] name = "typst-assets" version = "0.11.0" -source = "git+https://github.com/typst/typst-assets?rev=4ee794c#4ee794cf8fb98eb67194e757c9820ab8562d853b" +source = "git+https://github.com/typst/typst-assets?rev=4633b8c#4633b8c59e4d97b7cb07c054aabcd52c6d19d916" [[package]] name = "typst-cli" diff --git a/Cargo.toml b/Cargo.toml index 980d6f4cf..f73e08023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.11.0" } typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" } typst-timing = { path = "crates/typst-timing", version = "0.11.0" } typst-utils = { path = "crates/typst-utils", version = "0.11.0" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4ee794c" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4633b8c" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "e9f8127" } arrayvec = "0.7.4" az = "1.2" diff --git a/tests/ref/math-root-radical-attachment.png b/tests/ref/math-root-radical-attachment.png index 4cb447ec0..b32f5abf5 100644 Binary files a/tests/ref/math-root-radical-attachment.png and b/tests/ref/math-root-radical-attachment.png differ