Skip to content

Commit abaac05

Browse files
committed
chore: release ipld-core version 0.4.2
- Removes the strict length-check when deserializing tuples. In practice, this means we can deserialize into tuple structs with optional (defaulted) fields. Attempting to deserialize into a fixed-length tuple of the wrong length will still fail correctly. - Fixes lints.
1 parent 6b10709 commit abaac05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipld-core"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = [
55
"Volker Mische <[email protected]>"
66
]

0 commit comments

Comments
 (0)