Skip to content

Commit

Permalink
Make the crate no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
ureeves committed Nov 16, 2023
1 parent 594874b commit 1754f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![feature(allocator_api)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(feature = "test", feature(test))]
#![no_std]

extern crate alloc;
extern crate core;
Expand Down

0 comments on commit 1754f3d

Please sign in to comment.