mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Recent changes makes it reasonable to update the version string of pv and pv_base to 1.0.0. Recent changes introduced some non-backwards compatible changes, like move some Error definition from pv to the new pv_core crate. Also, the pv crates seem to be in a good shape to be considered released. Therefore, move up the Semver to 1.0.0. See also: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html NOTE: As these crates are not published to `crates.io` as of now, the version number is meaningless, as cargo will not pull them from anywhere and just use the files provided by this repository. Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>