From afc95ed19db8ded044d3b9b916fa0194cb882d0b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 22 Aug 2023 14:21:04 +0200 Subject: Virtual path type Fixes #1937 --- Cargo.lock | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 2f651e20..f30056cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1468,7 +1468,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944" dependencies = [ "is-wsl", - "pathdiff", + "pathdiff 0.2.1", ] [[package]] @@ -1523,6 +1523,12 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +[[package]] +name = "pathdiff" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3bf70094d203e07844da868b634207e71bfab254fe713171fae9a6e751ccf31" + [[package]] name = "pathdiff" version = "0.2.1" @@ -2631,6 +2637,7 @@ dependencies = [ "notify", "once_cell", "open", + "pathdiff 0.1.0", "same-file", "serde", "serde_json", -- cgit v1.2.3