Bump deps and fix build

This commit is contained in:
Demi M. Obenour
2020-06-25 21:14:00 -04:00
parent f15c5f6373
commit d3df9eabe0
13 changed files with 97 additions and 104 deletions
+1
View File
@@ -33,6 +33,7 @@ use crate::{
/// Event subscription simplifies filtering a storage change set stream for
/// events of interest.
#[allow(missing_debug_implementations)]
pub struct EventSubscription<T: Runtime> {
subscription: Subscription<StorageChangeSet<T::Hash>>,
decoder: EventsDecoder<T>,