From 15a0eb3af4bcb98021e14c64771ba484e7c229fd Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:25:45 +0100 Subject: [PATCH] chore: pin path tree --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ff564e8656..1f6781e897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,3 +75,6 @@ async-trait = { version = "0.1" } futures = { version = "0.3" } tokio = { version = "1" } num_cpus = { version = "1" } + +[patch.crates-io] +path-tree = { git = "https://github.com/viz-rs/path-tree.git", rev = "03f85c289cea8a3ae9ee7bcadba5633fb465b8da"} # pin to 0.8.1 due to nightly features \ No newline at end of file