File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository = "https://github.com/solokeys/ctaphid-dispatch"
1010
1111[workspace .dependencies ]
1212heapless-bytes = " 0.3"
13- trussed-core = " 0.1.0-rc.1 "
13+ trussed-core = " 0.1.0"
1414
1515[patch .crates-io ]
1616ctaphid-app.path = " app"
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v0.1.0-rc.1 ] ( https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0-rc.1 ) (2025-01-08)
3+ ## [ v0.1.0] ( https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0 ) (2025-01-08)
44
5- - Extract ` app ` and ` command ` modules from ` ctaphid-dispatch ` 0.1 into a separate crate.
5+ Initial 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 11[package ]
22name = " ctaphid-app"
3- version = " 0.1.0-rc.1 "
3+ version = " 0.1.0"
44description = " trait for CTAPHID applications"
55
66authors.workspace = true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license.workspace = true
99repository.workspace = true
1010
1111[dependencies ]
12- ctaphid-app = " 0.1.0-rc.1 "
12+ ctaphid-app = " 0.1.0"
1313delog = " 0.1"
1414heapless-bytes.workspace = true
1515interchange = " 0.3.0"
You can’t perform that action at this time.
0 commit comments