Skip to content

Commit

Permalink
Add use statement for no_std use case
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Aug 22, 2024
1 parent 6ec287a commit 0b67ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/rpc_api/author.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use ac_compose_macros::rpc_params;
use ac_primitives::{config::Config, UncheckedExtrinsicV4};
#[cfg(not(feature = "sync-api"))]
use alloc::boxed::Box;
use alloc::vec::Vec;
use codec::{Decode, Encode};
use log::*;
use serde::de::DeserializeOwned;
Expand Down

0 comments on commit 0b67ff6

Please sign in to comment.