Skip to content

Commit

Permalink
fix: distributions must depend on asset
Browse files Browse the repository at this point in the history
Fixes interactions between #3639 & #3640.
  • Loading branch information
conorsch committed Jan 24, 2024
1 parent 083d02b commit 5697db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/core/component/distributions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cnidarium-component = { path = "../../../cnidarium-component", optional = true }
penumbra-chain = { path = "../chain", default-features = false }
penumbra-num = { path = "../../../core/num", default-features = false }
penumbra-proto = { path = "../../../proto", default-features = false }
penumbra-asset = { path = "../../../core/asset", default-features = false }
cnidarium = { path = "../../../cnidarium", optional = true }

# Crates.io deps
Expand Down

0 comments on commit 5697db6

Please sign in to comment.