mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-26 15:55:24 +00:00
cdi-rs 1.1.1 is the first release built against oci-spec 0.10, so the Spec type its inject_devices() takes now unifies with the workspace oci-spec and the kata-agent builds again. kata-agent and pod-resources-rs each carried their own pin (0.1.1 and 0.1.2). Hoist the dependency to the root workspace like oci-spec in the previous commit, so both consumers stay on the same cdi types and future bumps apply to the whole tree at once. The kata code compiles unchanged against the 0.1.2 -> 1.1.1 jump; the API surface we use (annotations, cache, spec_dirs, inject_devices) is source-compatible. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com> Assisted-by: Claude Fable 5 <noreply@anthropic.com>