Skip to content

Commit

Permalink
wallet: fix build with "migrations" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 21, 2025
1 parent 53f44fe commit 647bf6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.

3 changes: 2 additions & 1 deletion crates/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
default = []
std = ["fd-lock", "download-params"]
download-params = []
migrations = ["namada_migrations"]
migrations = ["namada_migrations", "linkme"]

[dependencies]
namada_core = { workspace = true, features = ["rand"] }
Expand All @@ -30,6 +30,7 @@ itertools.workspace = true
derivation-path.workspace = true
data-encoding.workspace = true
fd-lock = { workspace = true, optional = true }
linkme = { workspace = true, optional = true }
masp_primitives.workspace = true
orion.workspace = true
rand.workspace = true
Expand Down

0 comments on commit 647bf6c

Please sign in to comment.