Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit ee950e8

Browse files
committed
use branches
Signed-off-by: James Sturtevant <[email protected]>
1 parent 1879c99 commit ee950e8

File tree

2 files changed

+37
-12
lines changed

2 files changed

+37
-12
lines changed

Cargo.lock

Lines changed: 29 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-spin-v1/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Containerd shim for running Spin workloads.
1313
[dependencies]
1414
containerd-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" }
1717
log = "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" }
2525
wasmtime = "10.0.1"
2626
tokio = { version = "1", features = ["rt"] }
2727
openssl = { version = "*", features = ["vendored"] }

0 commit comments

Comments
 (0)