Skip to content

Commit ce99364

Browse files
Fix missing #![no_std]
1 parent 4d51343 commit ce99364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (C) Nitrokey GmbH
22
// SPDX-License-Identifier: Apache-2.0 or MIT
33

4+
#![no_std]
5+
46
use heapless_bytes::Bytes;
57
use serde::{Deserialize, Serialize};
68
use trussed_core::types::SerializedKey;

0 commit comments

Comments
 (0)