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.
@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!
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