We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7352982 commit b73936cCopy full SHA for b73936c
app/CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-## Unreleased
+## [v0.1.0-rc.1](https://github.com/trussed-dev/trussed/releases/tag/app-v0.1.0-rc.1)
4
5
- Extract `app` and `command` modules from `ctaphid-dispatch` 0.1 into a separate crate.
app/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ctaphid-app"
-version = "0.1.0"
+version = "0.1.0-rc.1"
description = "trait for CTAPHID applications"
6
authors.workspace = true
0 commit comments