From 7005f5ee65b8505fd688309a5c3ff3b07d0cf859 Mon Sep 17 00:00:00 2001 From: Kamil Koczurek Date: Sat, 14 Sep 2024 12:29:55 +0200 Subject: [PATCH] Specify pathdiff version --- Cargo.toml | 1 - archive-common/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a8ec1682e4..3c944a2d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/archive-common/Cargo.toml b/archive-common/Cargo.toml index ba5d1e963e..cb40b568b6 100644 --- a/archive-common/Cargo.toml +++ b/archive-common/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] anyhow = "1" log = "0.4" -pathdiff = "*" +pathdiff = "0.2.1" plain = "0.2" redox-initfs = {path = ".."}