Browse Source

fix: use updated version of stretch for layout

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
3f130d9bd0
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      Cargo.toml
  2. 2 2
      packages/tui/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"

+ 2 - 2
packages/tui/Cargo.toml

@@ -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"