Skip to content

Commit 12a1974

Browse files
Release ctaphid-app v0.1.0-rc.1
1 parent 7352982 commit 12a1974

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

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

55
- Extract `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"
3+
version = "0.1.0-rc.1"
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"
12+
ctaphid-app = "0.1.0-rc.1"
1313
delog = "0.1"
1414
heapless.workspace = true
1515
heapless-bytes = "0.3"

0 commit comments

Comments
 (0)