Skip to content

Commit

Permalink
Use cosey
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jun 2, 2024
1 parent a9f8003 commit 515ab68
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 498 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Handle overlong `icon` values in `PublicKeyCredentialUserEntity` ([#27][])
- Update for compatibility with PIN protocol 2
- Add support for permissions in `ctap2::client_pin`
- Replace `cose` module with `cosey` dependency ([#36][])

[#8]: https://github.com/trussed-dev/ctap-types/pull/8
[#9]: https://github.com/solokeys/ctap-types/issues/9
Expand All @@ -28,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#17]: https://github.com/trussed-dev/ctap-types/pull/17
[#18]: https://github.com/trussed-dev/ctap-types/pull/18
[#27]: https://github.com/trussed-dev/ctap-types/pull/27
[#36]: https://github.com/trussed-dev/ctap-types/issues/36

## [0.1.2] - 2022-03-07

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ homepage = "https://github.com/solokeys/ctap-types"
[dependencies]
bitflags = "1.3"
cbor-smol = "0.4"
cosey = "0.3"
delog = "0.1"
heapless = { version = "0.7", default-features = false, features = ["serde"] }
heapless-bytes = "0.3"
Expand Down
Loading

0 comments on commit 515ab68

Please sign in to comment.