From 3f5e9363378251d4b75368a7808f9b0616b6e97d Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 4 Jan 2021 11:57:05 +0100 Subject: [PATCH] chore: v0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 834de2b..7dd05fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-tree-widget" description = "Tree Widget for tui-rs" -version = "0.2.0" +version = "0.3.0" authors = ["EdJoPaTo "] edition = "2018" keywords = ["tui", "terminal", "tree", "widget"] @@ -20,7 +20,7 @@ version = "0.14" default-features = false [dev-dependencies] -termion = "1.5" +termion = "1" [dev-dependencies.tui] version = "0.14"