Skip to content

Commit

Permalink
fix: remove pathing for dev-dependencies to not crash 'cargo workspaces'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 24, 2024
1 parent dc9e72d commit d58345e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citadel_wire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rustls-pemfile = { workspace = true }
tokio-rustls = { workspace = true }

[dev-dependencies]
citadel_logging = { path = "../citadel_logging" }
citadel_logging = { workspace = true }
rand = "0.8.5"
tokio-util = "0.7.4"
rstest = { workspace = true }
Expand Down

0 comments on commit d58345e

Please sign in to comment.