From b5d1a21e50f2d64abeb79c9c108839c1fb27bb0e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 22 Jul 2020 13:20:02 +0800 Subject: (cargo-release) version 0.10.1 --- Cargo.lock | 10 +++++----- tui-react/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be488dd..56cbd65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,7 +206,7 @@ dependencies = [ "crossterm", "termion", "tui", - "tui-react 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tui-react 0.10.0", ] [[package]] @@ -243,7 +243,7 @@ dependencies = [ "pretty_assertions", "structopt", "tui", - "tui-react 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tui-react 0.10.0", "unicode-segmentation", "wild", ] @@ -708,6 +708,8 @@ dependencies = [ [[package]] name = "tui-react" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21bbc5221de660fa2cc79a5386d72f268174a90e37eef004f5210cc7f94baf78" dependencies = [ "log", "tui", @@ -717,9 +719,7 @@ dependencies = [ [[package]] name = "tui-react" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bbc5221de660fa2cc79a5386d72f268174a90e37eef004f5210cc7f94baf78" +version = "0.10.1" dependencies = [ "log", "tui", diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml index 7fb2055..20a0691 100644 --- a/tui-react/Cargo.toml +++ b/tui-react/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-react" -version = "0.10.0" +version = "0.10.1" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3