Skip to content

Commit

Permalink
app: 🔖 fix Cargo.toml dependency comment
Browse files Browse the repository at this point in the history
this list has grown to include other external dependencies, not just
crates in the penumbra-zone organization. change this comment to reflect
that.
  • Loading branch information
cratelyn committed Jan 26, 2024
1 parent 6f5f434 commit 0f44031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ penumbra-distributions = { path = "../component/distributions" }
penumbra-compact-block = { path = "../component/compact-block" }
penumbra-transaction = { path = "../transaction", features = ["parallel"] }

# Penumbra dependencies
# External dependencies
decaf377 = { version = "0.5" }
decaf377-rdsa = { version = "0.7" }
jmt = "0.9"
Expand Down

0 comments on commit 0f44031

Please sign in to comment.