From 947eaa03da90badc59edb346d2fb5f3489a17ca9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 25 Oct 2023 10:45:35 +0200 Subject: [PATCH] fixup --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 371d4fe..beb6d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ documentation = "https://docs.rs/tui-term/latest/tui-term/" repository = "https://github.com/a-kenji/tui-term" autoexamples = true -rust-version = "1.68.0" +rust-version = "1.69.0" keywords = ["tui", "terminal", "ratatui", "tty", "multiplexer"]