Skip to content

Commit d7c52c0

Browse files
chore: release v0.0.25
1 parent 53052b2 commit d7c52c0

5 files changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.25](https://github.com/edera-dev/krata/compare/v0.0.24...v0.0.25) - 2025-06-06
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.0.24](https://github.com/edera-dev/krata/compare/v0.0.23...v0.0.24) - 2024-12-14
1117

1218
### Added

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.0.24"
13+
version = "0.0.25"
1414
homepage = "https://krata.dev"
1515
license = "GPL-2.0-or-later"
1616
repository = "https://github.com/edera-dev/krata"

crates/xen/xenclient/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ async-trait = { workspace = true }
1313
bit-vec = { workspace = true }
1414
indexmap = { workspace = true }
1515
log = { workspace = true }
16-
krata-xencall = { path = "../xencall", version = "^0.0.24" }
17-
krata-xenplatform = { path = "../xenplatform", version = "^0.0.24" }
18-
krata-xenstore = { path = "../xenstore", version = "^0.0.24" }
16+
krata-xencall = { path = "../xencall", version = "^0.0.25" }
17+
krata-xenplatform = { path = "../xenplatform", version = "^0.0.25" }
18+
krata-xenstore = { path = "../xenstore", version = "^0.0.25" }
1919
regex = { workspace = true }
2020
thiserror = { workspace = true }
2121
tokio = { workspace = true }

crates/xen/xenplatform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elf = { workspace = true }
1414
flate2 = { workspace = true }
1515
libc = { workspace = true }
1616
log = { workspace = true }
17-
krata-xencall = { path = "../xencall", version = "^0.0.24" }
17+
krata-xencall = { path = "../xencall", version = "^0.0.25" }
1818
memchr = { workspace = true }
1919
nix = { workspace = true }
2020
regex = { workspace = true }

0 commit comments

Comments
 (0)