Pārlūkot izejas kodu

wip: bump versions

Jonathan Kelley 3 gadi atpakaļ
vecāks
revīzija
0846d93
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      packages/html/Cargo.toml
  2. 2 2
      packages/router/Cargo.toml

+ 1 - 1
packages/html/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-html"
-version = "0.0.0"
+version = "0.1.0"
 authors = ["Jonathan Kelley"]
 edition = "2018"
 description = "HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"

+ 2 - 2
packages/router/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-router"
-version = "0.0.0"
+version = "0.1.0"
 edition = "2018"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -28,7 +28,7 @@ serde_urlencoded = "0.7"
 
 wasm-bindgen = "0.2"
 js-sys = "0.3"
-gloo = "0.4"
+gloo = "0.5"
 route-recognizer = "0.3.1"
 url = "2.2.2"
 url_serde = "0.2.0"