From bffa6c081074ebf2b22491359dd81733414e5638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 16 Jan 2025 11:10:36 +0000 Subject: [PATCH] add one more missing transitive arbitrary feature --- ibc/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ibc/Cargo.toml b/ibc/Cargo.toml index 3d8400548..1a1eb6f56 100644 --- a/ibc/Cargo.toml +++ b/ibc/Cargo.toml @@ -70,5 +70,6 @@ parity-scale-codec = [ arbitrary = [ "ibc-apps/arbitrary", "ibc-core/arbitrary", + "ibc-core-host-cosmos/arbitrary", "ibc-primitives/arbitrary", ]