summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 13:20:02 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 13:20:02 +0800
commitb5d1a21e50f2d64abeb79c9c108839c1fb27bb0e (patch)
treeb8d71df55071a490ee92b1d666d8e4ad59025fdf
parent3715b714c83cdbbe7230d85ae87e5f93c07160e0 (diff)
(cargo-release) version 0.10.1tui-react-v0.10.1
-rw-r--r--Cargo.lock10
-rw-r--r--tui-react/Cargo.toml2
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 <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"