Explorar el Código

Merge remote-tracking branch 'refs/remotes/origin/master'

Evan Almloff hace 3 años
padre
commit
b228e1e4eb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Cargo.toml
  2. 1 1
      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"

+ 1 - 1
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 = "2021"
 description = "TUI-based renderer for Dioxus"