Skip to content

Commit

Permalink
fix(cargo): rust-lang/cargo#11133
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 30, 2022
1 parent 598b558 commit 30ba378
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ repository = "https://github.com/viz-rs/viz"
license = "MIT"

[workspace.dependencies]
viz = { path = "./viz" }
viz-core = { path = "./viz-core" }
viz-router = { path = "./viz-router" }
viz-handlers = { path = "./viz-handlers" }
viz-macros = { path = "./viz-macros" }
viz = { version = "0.5.0-rc.2", path = "viz" }
viz-core = { version = "0.5.0-rc.2", path = "viz-core" }
viz-router = { version = "0.5.0-rc.2", path = "viz-router" }
viz-handlers = { version = "0.5.0-rc.2", path = "viz-handlers" }
viz-macros = { path = "viz-macros" }

async-trait = "0.1.60"
dyn-clone = "1.0.10"
Expand Down

0 comments on commit 30ba378

Please sign in to comment.