Skip to content

Commit f67f819

Browse files
committed
dont use wildcard
1 parent 7c60f28 commit f67f819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dioxus = { version = "0.7.0-rc.3", default-features = false, features = [
3131
"signals",
3232
] }
3333
# dioxus-provider-macros = { version = "0.1.1" }
34-
dioxus-provider-macros = { version = "*", path = "./dioxus-provider-macros" }
34+
dioxus-provider-macros = { version = "0.2.0", path = "./dioxus-provider-macros" }
3535
futures = "0.3"
3636
tracing = { version = "0.1.41", optional = true }
3737
thiserror = "2.0.17"

0 commit comments

Comments
 (0)