krata: fix workspace version references and feature discrepancies

This commit is contained in:
Alex Zenla
2024-03-30 07:56:22 +00:00
parent b65bbff165
commit ee639af2ed
7 changed files with 15 additions and 15 deletions

View File

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