From 9ed484bed55fef174d956a50ac3a7cb7a5b7c904 Mon Sep 17 00:00:00 2001 From: Evgeniy Reizner Date: Mon, 21 Dec 2020 01:26:50 +0200 Subject: [PATCH] (explorer-thumbnailer) Fix compilation. --- tools/explorer-thumbnailer/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/explorer-thumbnailer/Cargo.toml b/tools/explorer-thumbnailer/Cargo.toml index 9f8f3229a..99cd6a2ed 100644 --- a/tools/explorer-thumbnailer/Cargo.toml +++ b/tools/explorer-thumbnailer/Cargo.toml @@ -13,8 +13,8 @@ com = "0.2" winapi = { version = "0.3.9", features = ["impl-default", "objidlbase", "windef", "wingdi"] } log = "0.4" winlog = "0.2" -resvg = { path = "../..", version = "0.12"} -usvg = { path = "../../usvg", version = "0.12"} +resvg = { path = "../.." } +usvg = { path = "../../usvg" } tiny-skia = "0.3" [lib]