From 42c541ac1977cef5169981c5996820214da9c937 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 4 May 2020 13:27:30 +0800 Subject: Upgrade to tui 0.9 --- tui-react/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tui-react/Cargo.toml') diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml index c61cefe..6782a48 100644 --- a/tui-react/Cargo.toml +++ b/tui-react/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-react" -version = "0.3.0" +version = "0.4.0" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" @@ -9,7 +9,7 @@ readme = "README.md" license = "MIT" [dependencies] -tui = { version = "0.8.0", default-features = false } +tui = { version = "0.9.1", default-features = false } log = "0.4.6" unicode-segmentation = "1.6.0" unicode-width = "0.1.7" -- cgit v1.2.3