The Cargo.toml file specifies that the software should be packaged with version number 0.1.1 , although a 0.1.2 tag has been specified.
This is problematic for external build systems (AUR, Emerge, ...) that determine the final package by extracting info from specific files, most notably with grep. The version thus should be updated.
The
Cargo.toml
file specifies that the software should be packaged with version number0.1.1
, although a0.1.2
tag has been specified.This is problematic for external build systems (AUR, Emerge, ...) that determine the final package by extracting info from specific files, most notably with
grep
. The version thus should be updated.