diff --git a/crates/yewdux-utils/Cargo.toml b/crates/yewdux-utils/Cargo.toml index b54a3e1..ee2e477 100644 --- a/crates/yewdux-utils/Cargo.toml +++ b/crates/yewdux-utils/Cargo.toml @@ -12,5 +12,5 @@ categories = ["wasm", "web-programming", "rust-patterns"] [dependencies] -yewdux = { path = "../yewdux" } +yewdux = "0.10.0" diff --git a/crates/yewdux/Cargo.toml b/crates/yewdux/Cargo.toml index 69d5eb9..87217c7 100644 --- a/crates/yewdux/Cargo.toml +++ b/crates/yewdux/Cargo.toml @@ -25,8 +25,8 @@ serde_json = "1.0.64" slab = "0.4" thiserror = "1.0" web-sys = "0.3" -yew = { git = "https://github.com/yewstack/yew.git" } -yewdux-macros = { path = "../yewdux-macros" } +yew = "0.21" +yewdux-macros = "0.10.0" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2"