When installing something that has a :min-bb-version in its bb.edn that requirement gets lost in the wrapper generated by bbin, since the temp-edn in the templates in https://github.com/babashka/bbin/blob/main/src/babashka/bbin/scripts/common.clj doesn't have it.
It would be nice to preserve :min-bb-version to get a useful warning.
When installing something that has a
:min-bb-version
in itsbb.edn
that requirement gets lost in the wrapper generated by bbin, since thetemp-edn
in the templates in https://github.com/babashka/bbin/blob/main/src/babashka/bbin/scripts/common.clj doesn't have it. It would be nice to preserve:min-bb-version
to get a useful warning.