Skip to content

Commit

Permalink
Re-enable circular dependency
Browse files Browse the repository at this point in the history
This reverts commit 7236843.
  • Loading branch information
cecton committed May 15, 2021
1 parent 1b7ac91 commit 17b27bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yew-router-macro/Cargo.toml
Expand Up @@ -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.

0 comments on commit 17b27bc

Please sign in to comment.