diff --git a/packages/yew-router-macro/Cargo.toml b/packages/yew-router-macro/Cargo.toml index 151fce0fb38..9af601a32f5 100644 --- a/packages/yew-router-macro/Cargo.toml +++ b/packages/yew-router-macro/Cargo.toml @@ -16,5 +16,5 @@ quote = "1.0.1" yew-router-route-parser = { version = "^0.15.0", path = "../yew-router-route-parser"} proc-macro2 = "1.0.1" -#[dev-dependencies] -#yew-router = { version = "0.14.0", path = "../yew-router" } # This should probably be removed, it makes the deploy process much more annoying. +[dev-dependencies] +yew-router = { version = "0.14.0", path = "../yew-router" } # This should probably be removed, it makes the deploy process much more annoying.