From 31fc11f6d1befe470a98433a3b126f33fa847989 Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Wed, 23 Oct 2024 07:50:45 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef31b2a96..ad4b59578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "24.9.28" edition = "2021" [workspace.dependencies] -ego-tree = "0.6.2" +ego-tree = ">=0.6.2, <0.10" [workspace] members = ["tui", "core", "xtask"]