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