Skip to content

Commit

Permalink
ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka committed Dec 22, 2021
1 parent 5b6e66f commit 7ae2e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yew-interop-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ quote = "1.0"
proc-macro2 = "1.0"
convert_case = "0.4"
itertools = "0.10"
yew-interop-core = {path = "../yew-interop-core" }
yew-interop-core = "0.1"
4 changes: 2 additions & 2 deletions yew-interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ gloo-events = "0.1"
wasm-bindgen = "0.2"
yew = "0.19.3"
gloo-utils = "0.1"
yew-interop-core = {path = "../yew-interop-core" }
yew-interop-macro = {path = "../yew-interop-macro" }
yew-interop-core = "0.1"
yew-interop-macro = "0.1"

[dependencies.web-sys]
version = "0.3"
Expand Down

0 comments on commit 7ae2e96

Please sign in to comment.