summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-30 13:22:38 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-30 13:22:38 +0100
commitc2d80a4b61b4bdb5d28a1656e1ba8b5e838ee848 (patch)
tree13c06099220d05ef96997596b5e40026b5b84957
parent1fefb24af0f03f6c0512d3b1d3fad7f943c6edd3 (diff)
Fix: dependency from origin/masterHEADmaster
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 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]