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 19, 2025
1 parent ac8e0e3 commit 3c5d518
Showing 1 changed file with 2 additions and 1 deletion.
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 3c5d518

Please sign in to comment.