Skip to content

Commit 3a3ca74

Browse files
Update trussed
1 parent fa8b446 commit 3a3ca74

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ trussed-core = "0.1.0"
1414

1515
[patch.crates-io]
1616
ctaphid-app.path = "app"
17+
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", rev = "43ed1efcb19dc9c8bee45d4a1d3ad7dee2bba5ae"}

app/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![no_std]
22

33
use heapless_bytes::BytesView;
4-
use trussed_core::InterruptFlag;
4+
use trussed_core::interrupt::InterruptFlag;
55

66
mod command;
77

dispatch/src/dispatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::types::{InterchangeResponse, Message, Responder};
44

55
use ctaphid_app::{App, Command, Error};
66
use ref_swap::OptionRefSwap;
7-
use trussed_core::InterruptFlag;
7+
use trussed_core::interrupt::InterruptFlag;
88

99
pub struct Dispatch<'pipe, 'interrupt> {
1010
responder: Responder<'pipe>,

0 commit comments

Comments
 (0)