Skip to content

Commit

Permalink
Merge pull request #22464 from def-/pr-unused-deps
Browse files Browse the repository at this point in the history
Ignore workspace-hack unused dependency in mz-server-core
  • Loading branch information
def- authored Oct 18, 2023
2 parents a7488b1 + 1d449fb commit 5e6847e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ futures = "0.3.25"
mz-ore = { path = "../ore", default-features = false }
tokio = "1.24.2"
workspace-hack = { version = "0.0.0", path = "../workspace-hack" }

[package.metadata.cargo-udeps.ignore]
normal = ["workspace-hack"]

0 comments on commit 5e6847e

Please sign in to comment.