krata: bump to v0.0.2

This commit is contained in:
Alex Zenla
2024-03-30 08:42:48 +00:00
parent 03294f2ecd
commit 660b555be7
7 changed files with 16 additions and 16 deletions

View File

@ -13,8 +13,8 @@ elf = { workspace = true }
flate2 = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "0.0.1" }
krata-xenstore = { path = "../xenstore", version = "0.0.1" }
krata-xencall = { path = "../xencall", version = "0.0.2" }
krata-xenstore = { path = "../xenstore", version = "0.0.2" }
memchr = { workspace = true }
slice-copy = { workspace = true }
thiserror = { workspace = true }