소스 검색

wip: bump versions

Jonathan Kelley 3 년 전
부모
커밋
0846d93
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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"