Add missing alloc crate
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
#![feature(slice_fill)]
|
#![feature(slice_fill)]
|
||||||
|
|
||||||
|
extern crate alloc;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod bitfield;
|
mod bitfield;
|
||||||
mod buffer;
|
mod buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user