fix: use updated version of stretch for layout

This commit is contained in:
Jonathan Kelley 2022-03-09 21:42:37 -05:00
parent ed07e914d3
commit 3f130d9bd0
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "dioxus"
version = "0.2.2"
version = "0.2.3"
authors = ["Jonathan Kelley"]
edition = "2021"
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"

View file

@ -1,6 +1,6 @@
[package]
name = "dioxus-tui"
version = "0.2.0"
version = "0.2.1"
authors = ["Jonathan Kelley, @dementhos"]
edition = "2018"
description = "TUI-based renderer for Dioxus"
@ -24,5 +24,5 @@ ctrlc = "3.2.1"
bumpalo = { version = "3.8.0", features = ["boxed"] }
tokio = { version = "1.15.0", features = ["full"] }
futures = "0.3.19"
stretch2 = "0.4.0"
stretch2 = "0.4.1"