From b3748bf50f54efb18a299f41f3380ea756117f4e Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:42:06 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- crates/xen/xenclient/Cargo.toml | 6 +++--- crates/xen/xenplatform/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1327a..1dd6313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.23](https://github.com/edera-dev/krata/compare/v0.0.22...v0.0.23) - 2024-09-17 + +### Other + +- update Cargo.toml dependencies + ## [0.0.22](https://github.com/edera-dev/krata/compare/v0.0.21...v0.0.22) - 2024-09-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index c302500..065c41c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "krata-xencall" -version = "0.0.22" +version = "0.0.23" dependencies = [ "env_logger", "libc", @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "krata-xenclient" -version = "0.0.22" +version = "0.0.23" dependencies = [ "async-trait", "env_logger", @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "krata-xenevtchn" -version = "0.0.22" +version = "0.0.23" dependencies = [ "byteorder", "libc", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "krata-xengnt" -version = "0.0.22" +version = "0.0.23" dependencies = [ "libc", "nix", @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "krata-xenplatform" -version = "0.0.22" +version = "0.0.23" dependencies = [ "async-trait", "c2rust-bitfields", @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "krata-xenstore" -version = "0.0.22" +version = "0.0.23" dependencies = [ "byteorder", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 844cbd2..d42cd12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.22" +version = "0.0.23" homepage = "https://krata.dev" license = "GPL-2.0-or-later" repository = "https://github.com/edera-dev/krata" diff --git a/crates/xen/xenclient/Cargo.toml b/crates/xen/xenclient/Cargo.toml index 28b6796..fd14611 100644 --- a/crates/xen/xenclient/Cargo.toml +++ b/crates/xen/xenclient/Cargo.toml @@ -13,9 +13,9 @@ async-trait = { workspace = true } indexmap = { workspace = true } libc = { workspace = true } log = { workspace = true } -krata-xencall = { path = "../xencall", version = "^0.0.22" } -krata-xenplatform = { path = "../xenplatform", version = "^0.0.22" } -krata-xenstore = { path = "../xenstore", version = "^0.0.22" } +krata-xencall = { path = "../xencall", version = "^0.0.23" } +krata-xenplatform = { path = "../xenplatform", version = "^0.0.23" } +krata-xenstore = { path = "../xenstore", version = "^0.0.23" } regex = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } diff --git a/crates/xen/xenplatform/Cargo.toml b/crates/xen/xenplatform/Cargo.toml index 49edeae..98700e5 100644 --- a/crates/xen/xenplatform/Cargo.toml +++ b/crates/xen/xenplatform/Cargo.toml @@ -16,7 +16,7 @@ flate2 = { workspace = true } indexmap = { workspace = true } libc = { workspace = true } log = { workspace = true } -krata-xencall = { path = "../xencall", version = "^0.0.22" } +krata-xencall = { path = "../xencall", version = "^0.0.23" } memchr = { workspace = true } nix = { workspace = true } regex = { workspace = true }