Commit 9344dc9
committed
Remove libipld dependency
The `libipld` crate is deprecated. Usually the transition from `libipld`
is into using `ipld-core` and `serde_ipld_dagcbor`. Though this crate
is so low-level, that it should use `cbor4ii` directly.
`cbor4ii` is the CBOR library that `serde_ipld_dagcbor` is using.1 parent 53b68cd commit 9344dc9
2 files changed
Lines changed: 207 additions & 158 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
0 commit comments