diff --git a/examples/router/Makefile.toml b/examples/router/Makefile.toml index ab9175602..18313d806 100644 --- a/examples/router/Makefile.toml +++ b/examples/router/Makefile.toml @@ -1,3 +1,5 @@ +extend = { path = "../cargo-make/common.toml" } + [tasks.build] command = "cargo" args = ["+nightly", "build-all-features"] diff --git a/examples/router/src/lib.rs b/examples/router/src/lib.rs index e98d8bfd5..a4d85be25 100644 --- a/examples/router/src/lib.rs +++ b/examples/router/src/lib.rs @@ -107,7 +107,7 @@ pub fn ContactList(cx: Scope) -> impl IntoView { "Loading contacts..."

}> {move || view! { cx, }}
-