[bump] orchestra v0.0.4 (#6413)

* update orchestra to v0.0.3

* fix locks

* update orchestra to v0.0.4

* update lock
This commit is contained in:
Bernhard Schuster
2022-12-19 09:51:57 +01:00
committed by GitHub
parent b5e44b7075
commit b9a55985bd
7 changed files with 25 additions and 35 deletions
+3
View File
@@ -34,6 +34,9 @@ pub use polkadot_node_subsystem_types::{
/// Re-export of all messages type, including the wrapper type.
pub mod messages {
pub use super::overseer::AllMessages;
// generated, empty message types
pub use super::overseer::messages::*;
// deliberately defined messages
pub use polkadot_node_subsystem_types::messages::*;
}