mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
c8e0992814
commit
c8d4062f73
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pv"
|
||||
version = "0.9.1"
|
||||
version = "1.0.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pv_core"
|
||||
version = "0.9.1"
|
||||
version = "1.0.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user