From bf65ded9efe6a964a8b5c91095706d9736a42a76 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Sat, 26 Oct 2024 13:51:21 +0530 Subject: [PATCH] revert tui-term because it is updated in #865 --- tui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 32cc981d..9252dd7d 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -21,7 +21,7 @@ ego-tree = { workspace = true } oneshot = "0.1.8" portable-pty = "0.8.1" ratatui = "0.28.1" -tui-term = "0.1.13" +tui-term = "0.1.12" temp-dir = "0.1.14" unicode-width = "0.2.0" rand = { version = "0.8.5", optional = true }