Skip to content

Commit

Permalink
Merge pull request #36 from robin-nitrokey/no-std
Browse files Browse the repository at this point in the history
Make encrypted_container no_std
  • Loading branch information
robin-nitrokey authored Feb 24, 2023
2 parents 85745cc + 4a091e2 commit cae0d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/encrypted_container/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![no_std]

#[macro_use]
extern crate delog;
generate_macros!();
Expand Down

0 comments on commit cae0d08

Please sign in to comment.