summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-15 09:41:43 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-15 09:41:43 +0200
commit7c77ae52c546596ac2be057efeefd5939e0c0d26 (patch)
tree5bc58055ce739a06793532b742cca117e36df9c2
parenta21f1ce3cc14ec0aa637bd780e8949d640286a10 (diff)
Use cursive-tabs 0.5 instead of own clone
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fb1a74..c26cb54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ log = "0.4"
env_logger = "0.7"
maildir.git = "https://git.sr.ht/~matthiasbeyer/maildir"
mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
-cursive-tabs.git = "https://git.sr.ht/~matthiasbeyer/cursive-tabs"
+cursive-tabs = "0.5"
cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view"
cursive-async-view = "0.4"