This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Description
Disclaimer: apologies in advance if I missed some doc/issue/PR answering this question already. The few searches I ran unfortunately did not yield anything.
Question:
If I have a project using the "old" format (pre #342) to define dependencies and constraints on them, i.e.:
is there a way to have dep
migrate or upgrade the project from these to the "new" (post #342) format, i.e.:
without having to do the following?
dep init && dep ensure && dep prune
- manual translation of all constraints from JSON to TOML (:man_facepalming:)
rm manifest.json; rm lock.json