Open shafu0x opened 3 months ago
I would agree on defaulting to latest version. Already voted on the twitter poll.
Way more dev friendly imho. If you really need a specific version of some library, your mind already gets into "how to install this specific version", and you will easily find out the command. Very opinionated argument though, so very loosely held 😅
taking this on!
You have to define the version you want when installing a new package with
soldeer install
. Maybe it could just default to the latest version if no version is specified.So:
soldeer install solmate~6.7.0
becomes
soldeer install solmate
(which defaults to 6.7.0)