Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intendednull committed Dec 19, 2023
1 parent da7a482 commit 2aa4d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/yewdux-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ categories = ["wasm", "web-programming", "rust-patterns"]


[dependencies]
yewdux = { path = "../yewdux" }
yewdux = "0.10.0"

4 changes: 2 additions & 2 deletions crates/yewdux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2aa4d23

Please sign in to comment.