Skip to content

Commit

Permalink
Use yew 0.6.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagrunert authored Jul 5, 2019
1 parent bf7a218 commit 01242c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 79 deletions.
86 changes: 9 additions & 77 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ log = "0.4.6"
serde = { version = "1.0.94", features = [ "derive" ]}
stdweb = "0.4.17"
webapp = { path = ".." }
yew = { git = "https://github.com/DenisKolodin/yew", features = ["cbor"] }
yew-router = { git = "https://github.com/saschagrunert/yew-router" }
yew = { version = "0.6.0", features = ["cbor"] }
yew-router = "0.2.0"

0 comments on commit 01242c6

Please sign in to comment.