@@ -13,15 +13,15 @@ Containerd shim for running Spin workloads.
1313[dependencies ]
1414containerd-shim = " 0.5.0"
1515# containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "4d212b968d24d42a27952e8b04979382b543a613", features = ["cgroupsv2"] }
16- containerd-shim-wasm = { path = " ../../runwasi/crates/containerd-shim-wasm " }
16+ containerd-shim-wasm = { git = " https://github.com/jsturtevant/runwasi " , branch = " handle-oci-artifacts " }
1717log = " 0.4"
18- spin-trigger = { path = " ../../spin/crates/trigger " }
19- spin-trigger-http = { path = " ../../spin/crates/trigger-http " }
20- spin-redis-engine ={ path = " ../../spin/crates/redis " }
21- spin-manifest = { path = " ../../spin/crates/manifest " }
22- spin-loader = { path = " ../../spin/crates/loader " }
23- spin-app = { path = " ../../spin/crates/app " }
24- spin-oci = { path = " ../../spin/crates/ oci" }
18+ spin-trigger = { git = " https://github.com/jsturtevant/spin " , branch = " spin-oci " }
19+ spin-trigger-http = { git = " https://github.com/jsturtevant/spin " , branch = " spin-oci " }
20+ spin-redis-engine ={ git = " https://github.com/jsturtevant/spin " , branch = " spin-oci " }
21+ spin-manifest = { git = " https://github.com/jsturtevant/spin " , branch = " spin-oci " }
22+ spin-loader = { git = " https://github.com/jsturtevant/spin " , branch = " spin-oci " }
23+ spin-app = { git = " https://github.com/jsturtevant/spin " , branch = " spin-oci " }
24+ spin-oci = { git = " https://github.com/jsturtevant/spin " , branch = " spin- oci" }
2525wasmtime = " 10.0.1"
2626tokio = { version = " 1" , features = [" rt" ] }
2727openssl = { version = " *" , features = [" vendored" ] }
0 commit comments