lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

Pin `serde_json` in CI to maintain MSRV #10

Closed tnull closed 1 year ago

tnull commented 1 year ago

The serde_json crate switched to Rust edition 2021 starting with v1.0.101, i.e., has MSRV of 1.56. It also requires serde v1.0.166 starting with v1.0.100.

We therefore pin it to v1.0.99 in CI to fix our MSRV checks.