There was an error while loading. Please reload this page.
1 parent 7c60f28 commit f67f819Copy full SHA for f67f819
1 file changed
Cargo.toml
@@ -31,7 +31,7 @@ dioxus = { version = "0.7.0-rc.3", default-features = false, features = [
31
"signals",
32
] }
33
# dioxus-provider-macros = { version = "0.1.1" }
34
-dioxus-provider-macros = { version = "*", path = "./dioxus-provider-macros" }
+dioxus-provider-macros = { version = "0.2.0", path = "./dioxus-provider-macros" }
35
futures = "0.3"
36
tracing = { version = "0.1.41", optional = true }
37
thiserror = "2.0.17"
0 commit comments