From b8fc554147d97e61b8aa984ed8da272823bbc42f Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:16:48 +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..4b571a06ff 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 = "=0.8.1" # pin to 0.8.1 due to nightly features \ No newline at end of file