We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7ac91 commit 17b27bcCopy full SHA for 17b27bc
packages/yew-router-macro/Cargo.toml
@@ -16,5 +16,5 @@ quote = "1.0.1"
16
yew-router-route-parser = { version = "^0.15.0", path = "../yew-router-route-parser"}
17
proc-macro2 = "1.0.1"
18
19
-#[dev-dependencies]
20
-#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.
0 commit comments