From 047cb9a4c8c4d43fcaf2641620daa3948d5b9e7c Mon Sep 17 00:00:00 2001 From: Zimond Date: Mon, 25 Sep 2023 11:06:17 +0800 Subject: [PATCH] feat: use new resvg fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bbbd614..ccd90a4f 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,4 @@ opt-level = 3 codegen-units = 1 [patch.crates-io] -resvg = { git = "https://github.com/zimond/resvg", rev = "9a44a3c" } +resvg = { git = "https://github.com/zimond/resvg", rev = "753995e7" }