From 046f0f0dcf74784de5f4b2d5c9b89f9b007fba63 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 15 Aug 2022 10:43:55 +0200 Subject: [PATCH] build: update tui to v0.19 --- Cargo.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5b118e..e956a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,14 +14,9 @@ include = ["src/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +tui = { version = "0.19", default-features = false } unicode-width = "0.1" -[dependencies.tui] -version = "0.18" -default-features = false - [dev-dependencies] -crossterm = "0.23" - -[dev-dependencies.tui] -version = "0.18" +crossterm = "0.25" +tui = "0.19"