1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-04 19:01:44 +00:00

Switch from path-absolutize to path_abs

closes #1022
This commit is contained in:
sharkdp
2020-05-26 07:50:52 +02:00
committed by David Peter
parent 3f6e88b4be
commit bd17fd571f
3 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ globset = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
semver = "0.9"
path-absolutize = "1.2.0"
path_abs = { version = "0.5", default-features = false }
[dependencies.git2]
version = "0.13"