Skip to content

Commit

Permalink
resolver uses the workspace's toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Sep 22, 2023
1 parent 26c8a15 commit 801cc84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
29 changes: 2 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ amp-resources = { workspace = true, optional = false }
kube = { workspace = true, optional = false }
k8s-openapi = { workspace = true, optional = false }
thiserror = { workspace = true, optional = false }
toml = "0.7"
toml = { workspace = true, optional = false }
tracing = { workspace = true, optional = false }
url = { workspace = true, optional = false }

0 comments on commit 801cc84

Please sign in to comment.