diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 911868d7..61db6178 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -190,7 +190,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "cpacfinfo" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "cc", @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "pvapconfig" -version = "0.11.0" +version = "0.12.0" dependencies = [ "clap", "clap_complete", @@ -614,7 +614,7 @@ dependencies = [ [[package]] name = "pvattest" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "base64", @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "pvimg" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "clap", @@ -654,7 +654,7 @@ dependencies = [ [[package]] name = "pvsecret" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "clap", @@ -828,7 +828,7 @@ checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" [[package]] name = "s390_pv" -version = "0.11.0" +version = "0.12.0" dependencies = [ "byteorder", "curl", @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "s390_pv_core" -version = "0.11.0" +version = "0.12.0" dependencies = [ "byteorder", "lazy_static", @@ -1047,7 +1047,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utils" -version = "0.11.0" +version = "0.12.0" dependencies = [ "clap", "libc", diff --git a/rust/cpacfinfo/Cargo.toml b/rust/cpacfinfo/Cargo.toml index 838f7385..b37dd336 100644 --- a/rust/cpacfinfo/Cargo.toml +++ b/rust/cpacfinfo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpacfinfo" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/rust/pv/Cargo.toml b/rust/pv/Cargo.toml index 7aa671d1..e7b29af6 100644 --- a/rust/pv/Cargo.toml +++ b/rust/pv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s390_pv" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true @@ -25,7 +25,7 @@ serde = { version = "1.0.217", features = ["derive"] } thiserror = "2.0.11" zerocopy = { version="0.8", features = ["derive"] } -pv_core = { path = "../pv_core", package = "s390_pv_core", version = "0.11.0" } +pv_core = { path = "../pv_core", package = "s390_pv_core", version = "0.12.0" } [dev-dependencies] serde_test = "1.0.177" diff --git a/rust/pv_core/Cargo.toml b/rust/pv_core/Cargo.toml index e68e87ac..0a314b2f 100644 --- a/rust/pv_core/Cargo.toml +++ b/rust/pv_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s390_pv_core" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/rust/pvapconfig/Cargo.toml b/rust/pvapconfig/Cargo.toml index 711ec085..bb63e7da 100644 --- a/rust/pvapconfig/Cargo.toml +++ b/rust/pvapconfig/Cargo.toml @@ -2,7 +2,7 @@ name = "pvapconfig" description = "A tool to configure the AP resources inside a SE guest based on UV secrets and an AP config file." authors = ["Harald Freudenberger "] -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/rust/pvattest/Cargo.toml b/rust/pvattest/Cargo.toml index 89de18af..acdaad5d 100644 --- a/rust/pvattest/Cargo.toml +++ b/rust/pvattest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvattest" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/rust/pvimg/Cargo.toml b/rust/pvimg/Cargo.toml index 126e93bb..baccae44 100644 --- a/rust/pvimg/Cargo.toml +++ b/rust/pvimg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvimg" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/rust/pvsecret/Cargo.toml b/rust/pvsecret/Cargo.toml index 9f81ef27..d64c95e1 100644 --- a/rust/pvsecret/Cargo.toml +++ b/rust/pvsecret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvsecret" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/rust/utils/Cargo.toml b/rust/utils/Cargo.toml index 9b0396d1..cf8e7931 100644 --- a/rust/utils/Cargo.toml +++ b/rust/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utils" -version = "0.11.0" +version = "0.12.0" edition.workspace = true license.workspace = true