Pārlūkot izejas kodu

fix: router version

Jonathan Kelley 3 gadi atpakaļ
vecāks
revīzija
58106a5
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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",