Skip to content

Commit

Permalink
Update serde dependency per @thiolliere (#68) & fix OpaqueBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Forbes authored and tungleanh92 committed Aug 17, 2022
1 parent 933f188 commit cfd956b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use std::sync::Arc;
use std::time::Duration;
use sc_client_api::{ExecutorProvider, RemoteBackend};
use node_template_runtime::{self, Block, RuntimeApi};
use node_template_runtime::{self, opaque::Block, RuntimeApi};
use sc_service::{error::Error as ServiceError, Configuration, ServiceComponents, TaskManager};
use sp_inherents::InherentDataProviders;
use sc_executor::native_executor_instance;
Expand Down
3 changes: 1 addition & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ tag = 'v2.0.0-rc5'
version = '2.0.0-rc5'

[dependencies.serde]
default-features = false
features = ['derive']
optional = true
version = '1.0.101'
Expand Down Expand Up @@ -178,7 +177,7 @@ std = [
'frame-support/std',
'grandpa/std',
'randomness-collective-flip/std',
'serde/std',
'serde',
'sp-api/std',
'sp-block-builder/std',
'sp-consensus-aura/std',
Expand Down

0 comments on commit cfd956b

Please sign in to comment.