mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-11 23:42:25 +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.