Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Pin serde_json in CI to maintain MSRV #10

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Jul 14, 2023

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.

@tnull tnull force-pushed the 2023-07-pin-serde-json branch 3 times, most recently from 222cc16 to e1f53c3 Compare July 14, 2023 09:40
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.
@tnull tnull force-pushed the 2023-07-pin-serde-json branch from e1f53c3 to bc1638f Compare July 14, 2023 09:42
@tnull tnull merged commit b31f1c0 into lightningdevkit:main Jul 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant