Address V16 pre-stabilization niggles (#98)

* Address V16 pre-stabilization niggles

* fmt

* Add wrapper around Compact which can be Serialized

* Compact => CompactSer to differentiate

* Actually, Compact impls serialize with feature flag
This commit is contained in:
James Wilson
2025-03-31 19:37:13 +01:00
committed by GitHub
parent ffc689af5c
commit dbd0030907
2 changed files with 14 additions and 157 deletions
+1
View File
@@ -33,6 +33,7 @@ unstable = ["current"]
# Serde support without relying on std features
serde_full = [
"scale-info/serde",
"codec/serde",
"serde",
"serde/alloc",
]