mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 02:51:06 +02:00
Every dev-lang/rust ebuild does a specific check if PV is the version, e.g.: if [[ "${PV}" == 1.66.1 ]]; then, So it is needed to replace the hard-coded version with the new version.
Description
Languages
Shell
93.1%
Python
6.9%