Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Stick to yew 0.5.0 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagrunert authored Jul 5, 2019
1 parent 7a6c938 commit 858abb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 76 deletions.
78 changes: 5 additions & 73 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ maintenance = { status = "actively-developed" }

[dependencies]
failure = "0.1.5"
serde = "1.0.94"
serde_derive = "1.0.94"
serde = { version = "1.0.94", features = ["derive"] }
stdweb = "0.4.17"
yew = { git = "https://github.com/DenisKolodin/yew" }
yew = "0.5.0"

0 comments on commit 858abb4

Please sign in to comment.