-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
macrotest
no longer compiles on rust v1.34.2 because serde_json
v1.0.73 depends on itoa
v1.0.1 which doesn't compile on that version. See (duplicate build)[https://github.com/Emoun/duplicate/runs/4636793495?check_suite_focus=true].
As far as I can tell serde_json
has no MSRV, which means macrotest
should depend on a specific version to avoid violating MSRV.
Metadata
Metadata
Assignees
Labels
No labels