Skip to content

Commit 481f458

Browse files
Release ctaphid-app v0.1.0
1 parent 5a2864c commit 481f458

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

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

1111
[workspace.dependencies]
1212
heapless-bytes = "0.3"
13-
trussed-core = "0.1.0-rc.1"
13+
trussed-core = "0.1.0"
1414

1515
[patch.crates-io]
1616
ctaphid-app.path = "app"

app/CHANGELOG.md

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

app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctaphid-app"
3-
version = "0.1.0-rc.1"
3+
version = "0.1.0"
44
description = "trait for CTAPHID applications"
55

66
authors.workspace = true

dispatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license.workspace = true
99
repository.workspace = true
1010

1111
[dependencies]
12-
ctaphid-app = "0.1.0-rc.1"
12+
ctaphid-app = "0.1.0"
1313
delog = "0.1"
1414
heapless-bytes.workspace = true
1515
interchange = "0.3.0"

0 commit comments

Comments
 (0)