Be specific about the `BitVec` generic arguments (#830)
* Be specific about the `BitVec` generic arguments Currently we use the default generic arguments for `BitVec`. This means we use `BigEndian` and `u8`. These default values are not stable, with `0.17` of the `BitVec` crate this changes. To make sure we don't break anything in the future, make sure we explictly set the generics. * Update `spec_version`
Showing
- polkadot/primitives/src/parachain.rs 1 addition, 1 deletionpolkadot/primitives/src/parachain.rs
- polkadot/runtime/common/src/registrar.rs 1 addition, 1 deletionpolkadot/runtime/common/src/registrar.rs
- polkadot/runtime/kusama/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/validation/src/shared_table/mod.rs 5 additions, 1 deletionpolkadot/validation/src/shared_table/mod.rs
Please register or sign in to comment