mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix: use updated version of stretch for layout
This commit is contained in:
parent
ed07e914d3
commit
3f130d9bd0
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue