fix(deps): update rust crate yew-router to 0.20.0 #109
ci.yml
on: pull_request
Rust
/
Lint
31s
Rust
/
Format
15s
Rust
/
Dependencies
14s
Rust
/
Test
1m 2s
Annotations
10 errors
|
Rust / Lint
Process completed with exit code 101.
|
|
Rust / Lint:
src/app.rs#L23
the associated function or constant `new` exists for struct `yew::virtual_dom::VChild<yew_router::BrowserRouter>`, but its trait bounds were not satisfied
|
|
Rust / Lint:
src/app.rs#L24
the associated function or constant `new` exists for struct `yew::virtual_dom::VChild<yew_router::Switch<app::Route>>`, but its trait bounds were not satisfied
|
|
Rust / Lint:
src/app.rs#L24
the trait bound `yew_router::Switch<app::Route>: yew::Component` is not satisfied
|
|
Rust / Lint:
src/app.rs#L23
the trait bound `yew_router::BrowserRouter: yew::Component` is not satisfied
|
|
Rust / Test
Process completed with exit code 101.
|
|
Rust / Test:
src/app.rs#L23
the associated function or constant `new` exists for struct `VChild<yew_router::BrowserRouter>`, but its trait bounds were not satisfied
|
|
Rust / Test:
src/app.rs#L24
the associated function or constant `new` exists for struct `VChild<yew_router::Switch<Route>>`, but its trait bounds were not satisfied
|
|
Rust / Test:
src/app.rs#L24
the trait bound `yew_router::Switch<Route>: yew::Component` is not satisfied
|
|
Rust / Test:
src/app.rs#L23
the trait bound `yew_router::BrowserRouter: yew::Component` is not satisfied
|