Skip to content

Commit

Permalink
use branches
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Oct 6, 2023
1 parent 1879c99 commit ee950e8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
33 changes: 29 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions containerd-shim-spin-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Containerd shim for running Spin workloads.
[dependencies]
containerd-shim = "0.5.0"
#containerd-shim-wasm = { git = "https://github.com/containerd/runwasi", rev = "4d212b968d24d42a27952e8b04979382b543a613", features = ["cgroupsv2"] }
containerd-shim-wasm = { path = "../../runwasi/crates/containerd-shim-wasm" }
containerd-shim-wasm = { git = "https://github.com/jsturtevant/runwasi", branch = "handle-oci-artifacts" }
log = "0.4"
spin-trigger = { path = "../../spin/crates/trigger" }
spin-trigger-http = { path = "../../spin/crates/trigger-http" }
spin-redis-engine ={ path = "../../spin/crates/redis" }
spin-manifest = { path = "../../spin/crates/manifest" }
spin-loader = { path = "../../spin/crates/loader" }
spin-app = { path = "../../spin/crates/app" }
spin-oci = { path = "../../spin/crates/oci" }
spin-trigger = { git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
spin-trigger-http = { git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
spin-redis-engine ={ git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
spin-manifest = { git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
spin-loader = { git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
spin-app = { git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
spin-oci = { git = "https://github.com/jsturtevant/spin", branch = "spin-oci" }
wasmtime = "10.0.1"
tokio = { version = "1", features = ["rt"] }
openssl = { version = "*", features = ["vendored"] }
Expand Down

0 comments on commit ee950e8

Please sign in to comment.