Skip to content

Commit 4a10f78

Browse files
Update trussed again
1 parent 53b064c commit 4a10f78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ trussed-core = "0.1.0"
1515
[patch.crates-io]
1616
ctaphid-app.path = "app"
1717
heapless-bytes = { git = "https://github.com/trussed-dev/heapless-bytes.git", rev = "b146aa5d614eedba9c294bd4869342bbf29d0eb5" }
18-
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", rev = "43ed1efcb19dc9c8bee45d4a1d3ad7dee2bba5ae"}
18+
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", rev = "e6bb61a716a3575b3e5d9869a0e1bb1740fe9969"}

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::interrupt::InterruptFlag;
4+
use trussed_core::InterruptFlag;
55

66
mod command;
77

dispatch/src/dispatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::types::{InterchangeResponse, Responder};
55
use ctaphid_app::{App, Command, Error};
66
use heapless_bytes::{Bytes, BytesView};
77
use ref_swap::OptionRefSwap;
8-
use trussed_core::interrupt::InterruptFlag;
8+
use trussed_core::InterruptFlag;
99

1010
pub struct Dispatch<'pipe, 'interrupt, const N: usize> {
1111
responder: Responder<'pipe, N>,

0 commit comments

Comments
 (0)