Specify pathdiff version
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -7,6 +7,6 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
log = "0.4"
|
||||
pathdiff = "*"
|
||||
pathdiff = "0.2.1"
|
||||
plain = "0.2"
|
||||
redox-initfs = {path = ".."}
|
||||
|
||||
Reference in New Issue
Block a user