Skip to content

Commit 25a7917

Browse files
Dan Forbesyuki-js
authored andcommitted
Update serde dependency per @thiolliere (#68) & fix OpaqueBlock
paritytech/substrate#6557 (comment)
1 parent f30ed5d commit 25a7917

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

node/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use std::sync::Arc;
44
use std::time::Duration;
55
use sc_client_api::{ExecutorProvider, RemoteBackend};
6-
use levia_node_runtime::{self, Block, RuntimeApi};
6+
use levia_node_runtime::{self, opaque::Block, RuntimeApi};
77
use sc_service::{error::Error as ServiceError, Configuration, ServiceComponents, TaskManager};
88
use sp_inherents::InherentDataProviders;
99
use sc_executor::native_executor_instance;

runtime/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ tag = 'v2.0.0-rc5'
5858
version = '2.0.0-rc5'
5959

6060
[dependencies.serde]
61-
default-features = false
6261
features = ['derive']
6362
optional = true
6463
version = '1.0.101'
@@ -179,7 +178,7 @@ std = [
179178
'frame-support/std',
180179
'grandpa/std',
181180
'randomness-collective-flip/std',
182-
'serde/std',
181+
'serde',
183182
'sp-api/std',
184183
'sp-block-builder/std',
185184
'sp-consensus-aura/std',

0 commit comments

Comments
 (0)