ipld / serde_ipld_dagcbor

DAG-CBOR implementation for Serde
Other
8 stars 8 forks source link

fix: remove _do_not_use_its_unsafe_and_invalid_cbor feature #9

Closed vmx closed 1 year ago

vmx commented 1 year ago

The _do_not_use_its_unsafe_and_invalid_cbor is not used by any upstream user anymore, hence it can be removed.

BREAKING CHANGE _do_not_use_its_unsafe_and_invalid_cbor feature is removed.

Fixes #4.