Skip to content

Commit

Permalink
chore: Release serde_ipld_dagcbor 0.6.2
Browse files Browse the repository at this point in the history
Remove strict length-checks when deserializing tuples, the passed length
is a hint to the Deserializer, it's up to the Deserialize implementation
to enforce actual length restrictions when consuming the sequence.
  • Loading branch information
Stebalien committed Feb 13, 2025
1 parent 89c6fcf commit 107ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_ipld_dagcbor"
version = "0.6.1"
version = "0.6.2"
authors = [
"Pyfisch <[email protected]>",
"Steven Fackler <[email protected]>",
Expand Down

0 comments on commit 107ac8c

Please sign in to comment.