File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ repository = "https://github.com/solokeys/ctaphid-dispatch"
1010
1111[workspace .dependencies ]
1212heapless-bytes = " 0.5"
13- trussed-core = " 0.1.0 "
13+ trussed-core = " 0.2 "
1414
1515[patch .crates-io ]
1616ctaphid-app.path = " app"
17- trussed-core = { git = " https://github.com/trussed-dev/trussed.git" , rev = " 1e7b09a983dc8ae64a7ad8401ce541a9a77e5939" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ - Update to ` heapless-bytes ` v0.5 and ` trussed-core ` v0.2
6+
37## [ v0.1.0] ( https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0 ) (2025-01-08)
48
59Initial release that extracts the ` app ` and ` command ` modules from ` ctaphid-dispatch ` 0.1 into a separate crate.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- -
9+ - Update to ` heapless-bytes ` v0.5 and ` trussed-core ` v0.2
1010
1111## [ 0.3.0] - 2025-03-21
1212
You can’t perform that action at this time.
0 commit comments