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"
10
10
11
11
[workspace .dependencies ]
12
12
heapless-bytes = " 0.3"
13
- trussed-core = " 0.1.0-rc.1 "
13
+ trussed-core = " 0.1.0"
14
14
15
15
[patch .crates-io ]
16
16
ctaphid-app.path = " app"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
4
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 1
1
[package ]
2
2
name = " ctaphid-app"
3
- version = " 0.1.0-rc.1 "
3
+ version = " 0.1.0"
4
4
description = " trait for CTAPHID applications"
5
5
6
6
authors.workspace = true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license.workspace = true
9
9
repository.workspace = true
10
10
11
11
[dependencies ]
12
- ctaphid-app = " 0.1.0-rc.1 "
12
+ ctaphid-app = " 0.1.0"
13
13
delog = " 0.1"
14
14
heapless-bytes.workspace = true
15
15
interchange = " 0.3.0"
You can’t perform that action at this time.
0 commit comments