Closed waywardmonkeys closed 3 months ago
This is copied from Peniko with minor adjustments:
RUST_STABLE_VER
RUST_MIN_VER
RUST_MIN_VER_PKGS
kurbo
FEATURES_DEPENDING_ON_STD
schemars
The dependencies are all updated to their current versions and a Cargo.lock is now used in accordance with other Linebender projects.
Cargo.lock
@xStrom @DJMcNab This will need administrative assistance because the CI checks are changing.
@DJMcNab I think this is good to go now and if you want to squash and then go, that's great.
This is copied from Peniko with minor adjustments:
RUST_STABLE_VER
is 1.79 as Kurbo needs fixes for 1.80.RUST_MIN_VER
is 1.65.RUST_MIN_VER_PKGS
checkskurbo
.FEATURES_DEPENDING_ON_STD
addedschemars
.The dependencies are all updated to their current versions and a
Cargo.lock
is now used in accordance with other Linebender projects.