Specify pathdiff version

This commit is contained in:
Kamil Koczurek
2024-09-14 12:29:55 +02:00
parent f0dec135b9
commit 7005f5ee65
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pathdiff = "0.2.1"
plain = "0.2"
[features]
+1 -1
View File
@@ -7,6 +7,6 @@ edition = "2021"
[dependencies]
anyhow = "1"
log = "0.4"
pathdiff = "*"
pathdiff = "0.2.1"
plain = "0.2"
redox-initfs = {path = ".."}