Update patch

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-06-21 17:29:41 +02:00
parent 5602071ef6
commit a4caa0a1b7
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
1 changed files with 2 additions and 16 deletions

View File

@ -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 <i.gnatenko.brain@gmail.com>
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 <i.gnatenko.brain@gmail.com>
---
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