From 58cc663dba17323ff69a1fab4a532d5b8f60cfd3 Mon Sep 17 00:00:00 2001 From: Diego Date: Sat, 21 Jun 2025 20:59:00 -0300 Subject: [PATCH] Fix scale-codec feature config --- bounded-collections/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bounded-collections/Cargo.toml b/bounded-collections/Cargo.toml index a1d27d31..380f0d25 100644 --- a/bounded-collections/Cargo.toml +++ b/bounded-collections/Cargo.toml @@ -31,4 +31,4 @@ std = [ "scale-info/std", "serde/std", ] -scale-codec = [ "scale-info" ] +scale-codec = [ "dep:scale-codec", "scale-info" ]