diff --git a/0001-Siwtch-to-path-absolutize.patch b/0001-Siwtch-to-path-absolutize.patch index 880e21e..2730062 100644 --- a/0001-Siwtch-to-path-absolutize.patch +++ b/0001-Siwtch-to-path-absolutize.patch @@ -1,4 +1,4 @@ -From 19996e8fdf180260ff618479ff163cbc4ecfc23c Mon Sep 17 00:00:00 2001 +From d565131b04db44067f1bf07eafc863022c6b7c55 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 21 Jun 2020 10:16:03 +0200 Subject: [PATCH] Siwtch to path-absolutize @@ -6,23 +6,9 @@ Subject: [PATCH] Siwtch to path-absolutize This reverts commit bd17fd571f99d52b4d76a24aee719dcd89a0244d. Signed-off-by: Igor Raits --- - Cargo.toml | 2 +- src/assets.rs | 8 +++----- - 2 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) -diff --git a/Cargo.toml b/Cargo.toml -index 949375b..53804d2 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -51,7 +51,7 @@ globset = "0.4" - serde = { version = "1.0", features = ["derive"] } - serde_yaml = "0.8" - semver = "0.10" --path_abs = { version = "0.5", default-features = false } -+path-absolutize = { version = "3", features = ["lazy_static_cache"] } - - [dependencies.git2] - version = "0.13" diff --git a/src/assets.rs b/src/assets.rs index 86c3fe0..3899d7c 100644 --- a/src/assets.rs