Skip to content

Commit 5ed748d

Browse files
fixup! Update to heapless 0.9
1 parent ce99364 commit 5ed748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto_traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ use trussed_core::{
66
reply,
77
request::{DeserializeKey, UnsafeInjectKey},
88
},
9-
client::{ClientError, ClientResult, CryptoClient},
109
types::{
1110
KeyId, KeySerialization, Location, Mechanism, SignatureSerialization, StorageAttributes,
1211
},
12+
{ClientError, ClientResult, CryptoClient},
1313
};
1414
use trussed_rsa_types::{RsaImportFormat, RsaPublicParts};
1515

0 commit comments

Comments
 (0)