Skip to content

Commit

Permalink
Merge of #4403
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 21, 2025
2 parents c0e88bf + 94d3a8e commit 23e7299
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/4403-fix-crates-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed the build of some crates with non-default features.
([\#4403](https://github.com/anoma/namada/pull/4403))
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.

2 changes: 1 addition & 1 deletion crates/governance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace = true
version.workspace = true

[features]
testing = ["proptest"]
testing = ["proptest", "namada_core/testing"]
arbitrary = ["dep:arbitrary", "namada_core/arbitrary"]
migrations = ["namada_migrations", "linkme"]

Expand Down
2 changes: 1 addition & 1 deletion crates/proof_of_stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version.workspace = true
[features]
default = []
# testing helpers
testing = ["proptest"]
testing = ["proptest", "namada_core/testing"]
migrations = ["namada_migrations", "linkme"]

[dependencies]
Expand Down
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 23e7299

Please sign in to comment.