I try to use wasmtime = "41.0.3" and containerd-shim-wasm = "1.0.0".
This leads to error[E0308]: mismatched types for libcontainer::oci_spec::runtime::Spec
I looked into it, and I think some of the workspace dependencies are not pinned to a specific version.
I could solve that problem with this PR.
I try to use wasmtime = "41.0.3" and containerd-shim-wasm = "1.0.0".
This leads to
error[E0308]: mismatched typesforlibcontainer::oci_spec::runtime::SpecI looked into it, and I think some of the workspace dependencies are not pinned to a specific version.
I could solve that problem with this PR.