Skip to content

Commit bcd725b

Browse files
authored
Merge pull request #96 from aiken-lang/aiken/cbor.deserialise
experiment with: aiken/cbor.{deserialise}
2 parents cc346f2 + fa0d58b commit bcd725b

File tree

4 files changed

+526
-144
lines changed

4 files changed

+526
-144
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Added
66

7+
- [`aiken/cbor.{deserialise}`](https://aiken-lang.github.io/stdlib/aiken/cbor.html#deserialise): to recover `Data` from CBOR bytes.
78
- [`aiken/collection/pairs.{insert_with_by_ascending_key}`](https://aiken-lang.github.io/stdlib/aiken/collection/pairs.html#insert_with_by_ascending_key): for inserting in pairs while specifying how to combine values on key conflict.
89

910
## v2.1.0 - 2024-09-14

aiken.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ requirements = []
1313
source = "github"
1414

1515
[etags]
16-
"aiken-lang/fuzz@v2" = [{ secs_since_epoch = 1727870812, nanos_since_epoch = 978021000 }, "64a32283418d58cade34059d3855b857e84505541158c541c460cafa0d355475"]
16+
"aiken-lang/fuzz@v2" = [{ secs_since_epoch = 1729023353, nanos_since_epoch = 135235000 }, "64a32283418d58cade34059d3855b857e84505541158c541c460cafa0d355475"]

0 commit comments

Comments
 (0)