Skip to content

Commit 80438a7

Browse files
fixup! Update to heapless 0.9
1 parent f11fdcb commit 80438a7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ repository = "https://github.com/solokeys/ctaphid-dispatch"
1010

1111
[workspace.dependencies]
1212
heapless-bytes = "0.5"
13-
trussed-core = "0.1.0"
13+
trussed-core = "0.2"
1414

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

app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

59
Initial release that extracts the `app` and `command` modules from `ctaphid-dispatch` 0.1 into a separate crate.

dispatch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)