We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2001761 commit 821badfCopy full SHA for 821badf
Cargo.toml
@@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"
9
repository = "https://github.com/solokeys/ctaphid-dispatch"
10
11
[workspace.dependencies]
12
-heapless-bytes = "0.3"
+heapless-bytes = "0.5"
13
trussed-core = "0.1.0"
14
15
[patch.crates-io]
dispatch/Cargo.toml
@@ -21,6 +21,7 @@ default = []
21
std = ["delog/std"]
22
23
log-all = []
24
+log-trace = []
25
log-none = []
26
log-info = []
27
log-debug = []
0 commit comments