rust/pv: bump up crate version to 1.0.0

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>
This commit is contained in:
Steffen Eiden
2024-01-05 10:42:55 +01:00
committed by Jan Höppner
parent c8e0992814
commit c8d4062f73
3 changed files with 4 additions and 4 deletions

4
rust/Cargo.lock generated
View File

@@ -774,7 +774,7 @@ dependencies = [
[[package]]
name = "pv"
version = "0.9.1"
version = "1.0.0"
dependencies = [
"byteorder",
"clap",
@@ -794,7 +794,7 @@ dependencies = [
[[package]]
name = "pv_core"
version = "0.9.1"
version = "1.0.0"
dependencies = [
"byteorder",
"lazy_static",

View File

@@ -1,6 +1,6 @@
[package]
name = "pv"
version = "0.9.1"
version = "1.0.0"
edition.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "pv_core"
version = "0.9.1"
version = "1.0.0"
edition.workspace = true
license.workspace = true