Skip to content

Commit

Permalink
0.3.0 published
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka committed Jan 8, 2022
1 parent eafa1f1 commit fcf7d4a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
26 changes: 23 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions yew-interop-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
itertools = "0.10"
# yew-interop-core = "0.2"
yew-interop-core = {path = "../yew-interop-core"}
yew-interop-core = "0.2"
url = "2.2"


Expand Down
6 changes: 2 additions & 4 deletions yew-interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ categories = ["api-bindings", "asynchronous", "wasm", "web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# yew-interop-macro = "0.3"
# yew-interop-core = "0.2"
yew-interop-macro = {path = "../yew-interop-macro"}
yew-interop-core = {path = "../yew-interop-core"}
yew-interop-macro = "0.3"
yew-interop-core = "0.2"
yew = "0.19"
wasm-bindgen = {version="0.2", optional=true}
js-sys = {version="0.3", optional=true}
Expand Down

0 comments on commit fcf7d4a

Please sign in to comment.