Skip to content

Commit 17b27bc

Browse files
committed
Re-enable circular dependency
This reverts commit 7236843.
1 parent 1b7ac91 commit 17b27bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/yew-router-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ quote = "1.0.1"
1616
yew-router-route-parser = { version = "^0.15.0", path = "../yew-router-route-parser"}
1717
proc-macro2 = "1.0.1"
1818

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

0 commit comments

Comments
 (0)