From c2d80a4b61b4bdb5d28a1656e1ba8b5e838ee848 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 30 Jan 2021 13:22:38 +0100 Subject: Fix: dependency from origin/master Signed-off-by: Matthias Beyer --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aeaf644..374d96f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ cursive = "0.16" cursive-async-view = "0.4" cursive-flexi-logger-view = { git = "https://github.com/deinstapel/cursive-flexi-logger-view/" } cursive-multiplex = { git = "https://github.com/matthiasbeyer/cursive-multiplex", branch = "getters" } +cursive_tree_view = { git = "https://github.com/bonsaiden/cursive_tree_view", branch = "master" } cursive-tabs = { git = "https://github.com/matthiasbeyer/cursive-tabs", branch = "getters" } cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view" env_logger = "0.7" @@ -29,9 +30,6 @@ serde = { version = "1.0", features = ["derive"] } walkdir = "2" parse-display = "0.4" -[dependencies.cursive_tree_view] -git = "https://github.com/matthiasbeyer/cursive_tree_view" -branch = "update-deps" [patch.crates-io.enumset_derive] -- cgit v1.2.3