mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-13 16:31:30 +02:00
We were appending the [build] section, and the updated cargo eclass already added that to the config, so we ended up with having two [build] sections in the config file. Try to amend the section instead of appending it to the file. While at it, do the same with the target.${RUST_TARGET} section too to be a bit more futureproof.