Skip to content

Commit

Permalink
fix(xcq-extension): no_std (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
indirection42 authored Dec 11, 2024
1 parent bda0765 commit 53e215d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcq-extension/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(not(feature = "std"), no_std)]
use parity_scale_codec::Decode;
use scale_info::prelude::{format, marker::PhantomData, vec::Vec};
use xcq_executor::{Caller, Linker, XcqExecutor, XcqExecutorContext};
Expand Down

0 comments on commit 53e215d

Please sign in to comment.