浏览代码

fix: router version

Jonathan Kelley 3 年之前
父节点
当前提交
58106a5529
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/router/Cargo.toml

+ 2 - 2
packages/router/Cargo.toml

@@ -6,9 +6,9 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "../core", version = "0.1.3", default-features = false }
+dioxus-core = { path = "../core", version = "0.1", default-features = false }
+dioxus-html = { path = "../html", version = "0.1", default-features = false }
 dioxus-core-macro = { path = "../core-macro", version = "0.1" }
-dioxus-html = { path = "../html", version = "0.0.0", default-features = false }
 
 web-sys = { version = "0.3", features = [
     "Attr",