|
@@ -13,9 +13,9 @@ license = "MIT/Apache-2.0"
|
|
# 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 = { path = "../dioxus", version = "^0.2.1" }
|
|
|
|
-dioxus-core = { path = "../core", version = "^0.2.1" }
|
|
|
|
-dioxus-html = { path = "../html", version = "^0.2.1" }
|
|
|
|
|
|
+dioxus = { path = "../dioxus", version = "^0.3.0" }
|
|
|
|
+dioxus-core = { path = "../core", version = "^0.3.0" }
|
|
|
|
+dioxus-html = { path = "../html", version = "^0.3.0" }
|
|
dioxus-native-core = { path = "../native-core", version = "^0.2.0" }
|
|
dioxus-native-core = { path = "../native-core", version = "^0.2.0" }
|
|
dioxus-native-core-macro = { path = "../native-core-macro", version = "^0.2.0" }
|
|
dioxus-native-core-macro = { path = "../native-core-macro", version = "^0.2.0" }
|
|
|
|
|