chore: release (#368)

Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
This commit is contained in:
edera-cultivation[bot]
2024-09-03 17:13:00 -04:00
committed by GitHub
parent a61e2fb30a
commit a320efad6b
11 changed files with 42 additions and 37 deletions

View File

@ -13,9 +13,9 @@ async-trait = { workspace = true }
indexmap = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.20" }
krata-xenplatform = { path = "../xenplatform", version = "^0.0.20" }
krata-xenstore = { path = "../xenstore", version = "^0.0.20" }
krata-xencall = { path = "../xencall", version = "^0.0.21" }
krata-xenplatform = { path = "../xenplatform", version = "^0.0.21" }
krata-xenstore = { path = "../xenstore", version = "^0.0.21" }
regex = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }