prisma-engines
prisma-engines copied to clipboard
start to use `cargo upgrade` instead of `cargo update`
@carmenberndt recently looked into how we could ensure to use the same version of used crates everywhere in our workspace.
The idea is to use cargo-edit in order to update our dependencies. This task is about two things:
- Document how team members are supposed to use
cargo upgradefrom now on. - Maybe addd some convenient aliases to our Makefile