Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(primitives): reduce cid feature set
WASM compilation of primitives was broken because we didn't depent on alloc. This was not noticeable anywhere else because of cargo's feature unification, when building the pallets, we depended directly on cid with the alloc feature, as such, when primitives was built, it already had the alloc feature.
- Loading branch information