companion for polkadot#4545 (session-info v2) (#875)

* companion for https://github.com/paritytech/polkadot/pull/4545

* update lockfile for polkadot

Co-authored-by: parity-processbot <>
This commit is contained in:
Andronik Ordian
2021-12-27 09:34:08 +01:00
committed by GitHub
parent 90d2cf2216
commit 9cbc629964
3 changed files with 243 additions and 245 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ pub use polkadot_primitives::v1::{
/// A module that re-exports relevant relay chain definitions.
pub mod relay_chain {
pub use polkadot_core_primitives::*;
pub use polkadot_primitives::{v1, v1::well_known_keys};
pub use polkadot_primitives::{v1, v1::well_known_keys, v2};
}
/// An inbound HRMP message.