loco-rs / loco

🚂 🦀 The one-person framework for Rust for side-projects and startups
https://loco.rs
Apache License 2.0
5.45k stars 235 forks source link

Updated validator to `0.19` #993

Open DenuxPlays opened 4 days ago

DenuxPlays commented 4 days ago

Updated validator to 0.19 and all Cargo.lock files where needed.

Closes: https://github.com/loco-rs/loco/issues/992

jondot commented 2 days ago

@DenuxPlays thanks for this! Can you please update in here instead? https://github.com/loco-rs/loco/tree/master/loco-new/base_template

this is the new way starters are made

DenuxPlays commented 2 days ago

@DenuxPlays thanks for this! Can you please update in here instead? https://github.com/loco-rs/loco/tree/master/loco-new/base_template

this is the new way starters are made

Should I revert the changs I made to the other starters?

kaplanelad commented 2 days ago

@DenuxPlays yes, revet the starters to the new path

DenuxPlays commented 1 day ago

@DenuxPlays yes, revet the starters to the new path

Done!

Reverted old changes and updated the base template.

DenuxPlays commented 1 day ago

@kaplanelad I am also working on a pr to update all outdated dependencies.

Is this something you would accept?