rust-lightning/lightning-block-sync
Matt Corallo b701a6c516 Drop serde dependency from lightning-block-sync
`serde` doesn't bother with MSRVs, so its expected to break
frequently. Yesterday, the `derive` feature had its MSRV broken in
a patch version without care.

Luckily its trivial for us to remove the `serde` dependency in
`lightning-block-sync`, using only `serde_json` for the JSON
deserialization part. It even ends up net-negative on LoC.
2023-03-20 16:31:22 +00:00
..
src Drop serde dependency from lightning-block-sync 2023-03-20 16:31:22 +00:00
Cargo.toml Drop serde dependency from lightning-block-sync 2023-03-20 16:31:22 +00:00