summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-26 20:31:43 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-26 20:49:56 +0100
commit90b65d59f5dde888f81c42e3c812670929b1740a (patch)
tree0cabc5213fe69eaab1b5bf72aa989ff34648486e /Makefile
parent46fece5f295a8fb6f90ff969741f79d7c736c140 (diff)
upgrade to latest verison of tui-crates and native crossterm events. (#203)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b633aa..d0cbce1 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,6 @@ check:## run cargo-check with various features
cargo check --all
cargo check --all-features
cargo check --no-default-features
- cargo check --no-default-features --features tui-unix
cargo check --no-default-features --features tui-crossplatform
cargo check --no-default-features --features trash-move