mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: fix workspace version references and feature discrepancies
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user