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