Skip to content

Commit

Permalink
Release ctaphid-app v0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 6, 2025
1 parent 7352982 commit 12a1974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

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

- Extract `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"
version = "0.1.0-rc.1"
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"
ctaphid-app = "0.1.0-rc.1"
delog = "0.1"
heapless.workspace = true
heapless-bytes = "0.3"
Expand Down

0 comments on commit 12a1974

Please sign in to comment.