Skip to content

Commit 821badf

Browse files
Update to heapless 0.9
1 parent 2001761 commit 821badf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"
99
repository = "https://github.com/solokeys/ctaphid-dispatch"
1010

1111
[workspace.dependencies]
12-
heapless-bytes = "0.3"
12+
heapless-bytes = "0.5"
1313
trussed-core = "0.1.0"
1414

1515
[patch.crates-io]

dispatch/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ default = []
2121
std = ["delog/std"]
2222

2323
log-all = []
24+
log-trace = []
2425
log-none = []
2526
log-info = []
2627
log-debug = []

0 commit comments

Comments
 (0)