Skip to content

Commit

Permalink
Release ctaphid-app v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 8, 2025
1 parent 5a2864c commit 98b846c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/solokeys/ctaphid-dispatch"

[workspace.dependencies]
heapless-bytes = "0.3"
trussed-core = "0.1.0-rc.1"
trussed-core = "0.1.0"

[patch.crates-io]
ctaphid-app.path = "app"
4 changes: 2 additions & 2 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## [v0.1.0-rc.1](https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0-rc.1) (2025-01-08)
## [v0.1.0](https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0) (2025-01-08)

- Extract `app` and `command` modules from `ctaphid-dispatch` 0.1 into a separate crate.
Initial release that extracts the `app` and `command` modules from `ctaphid-dispatch` 0.1 into a separate crate.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ctaphid-app"
version = "0.1.0-rc.1"
version = "0.1.0"
description = "trait for CTAPHID applications"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
repository.workspace = true

[dependencies]
ctaphid-app = "0.1.0-rc.1"
ctaphid-app = "0.1"
delog = "0.1"
heapless-bytes.workspace = true
interchange = "0.3.0"
Expand Down

0 comments on commit 98b846c

Please sign in to comment.