diff --git a/crates/state/Cargo.toml b/crates/state/Cargo.toml index a469dd24c0..69c34303af 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -16,7 +16,11 @@ version.workspace = true default = [] # for integration tests and test utilities -testing = ["proptest", "namada_core/testing"] +testing = [ + "proptest", + "namada_core/testing", + "namada_merkle_tree/testing" +] migrations = [ "namada_migrations", "linkme",