schemars icon indicating copy to clipboard operation
schemars copied to clipboard

Add CI with latest dependencies

Open GREsau opened this issue 1 year ago • 0 comments

Starting with #281, Cargo.lock is checked in to source control. This makes builds (especially for MSRV) much more stable, at the cost of no longer testing schemars compatibility with new dependency versions.

To improve test coverage, tests could be run both with the checked-in Cargo.lock (especially for MSRV), and without it so that we get the latest dependency versions (but probably not for MSRV!)

GREsau avatar Apr 28 '24 17:04 GREsau