File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- -
5+ [ All Changes ] ( https://github.com/trussed-dev/cosey/compare/v0.4.0...HEAD )
66
7- [ All Changes] ( https://github.com/trussed-dev/cosey/compare/v0.3.2...HEAD )
7+ ## [ v0.4.0] ( https://github.com/trussed-dev/cosey/releases/tag/v0.4.0 )
8+
9+ - Update ` heapless-bytes ` to 0.5.0 ([ #15 ] ( https://github.com/trussed-dev/cosey/pull/15 ) )
810
911## [ v0.3.2] ( https://github.com/trussed-dev/cosey/releases/tag/v0.3.2 ) (2025-02-26)
1012
Original file line number Diff line number Diff line change 11[package ]
22name = " cosey"
3- version = " 0.3.2 "
3+ version = " 0.4.0 "
44authors = [" Nicolas Stalder <n@stalder.io>" ]
55license = " Apache-2.0 OR MIT"
66description = " Data types and serde for public COSE_Keys"
@@ -28,5 +28,4 @@ quickcheck = "1.0.3"
2828serde = " 1"
2929
3030[patch .crates-io ]
31- heapless-bytes = { git = " https://github.com/trussed-dev/heapless-bytes.git" , branch = " heapless-0.9" }
32- cbor-smol = { git = " https://github.com/trussed-dev/cbor-smol.git" , branch = " heapless-0.9" }
31+ cbor-smol = { git = " https://github.com/trussed-dev/cbor-smol.git" , rev = " 60d7302513c86595d93bddfa083c25158b4531a3" }
You can’t perform that action at this time.
0 commit comments