Yew: Latest version of yew_router is not published to crates.io

Created on 30 Jun 2020  路  2Comments  路  Source: yewstack/yew

Latest published version of yew-router https://crates.io/crates/yew-router depends on yew-0.16 which breaks the build due to multiple conflicting versions.

As a temporary workaround, we have been using github branch paths in our Cargo.toml.

yew = { git = "https://github.com/yewstack/yew", tag = "v0.17.1" }
yew-router = { git = "https://github.com/yewstack/yew", tag = "v0.17.1" }

If there is an issue tracking this problem already, please disregard it.

bug router

Most helpful comment

@slushy-chivalry thanks for the issue! @hgzimmerman is aware and is working on getting a release out. We can keep this open to track progress

All 2 comments

@slushy-chivalry thanks for the issue! @hgzimmerman is aware and is working on getting a release out. We can keep this open to track progress

This has been resolved!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrontMage picture FrontMage  路  4Comments

IngwiePhoenix picture IngwiePhoenix  路  4Comments

zethra picture zethra  路  5Comments

kellytk picture kellytk  路  4Comments

sackery picture sackery  路  3Comments