Skip to content

Commit

Permalink
Use git dependency for spin-componentize
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed Apr 27, 2023
1 parent 54c3fe8 commit 0f3e508
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
40 changes: 22 additions & 18 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ tracing = { version = "0.1", features = ["log"] }
wasmtime-wasi = { version = "7.0.0", features = ["tokio"] }
wasi-common-preview1 = { package = "wasi-common", version = "7.0.0" }
wasmtime = { version = "7.0.0", features = ["component-model"] }
spin-componentize = { path = "../spin-componentize" }
wasi-host = { package = "host", path = "../spin-componentize/adapter/host" }
wasi-common = { path = "../spin-componentize/adapter/wasi-common" }
wasi-cap-std-sync = { path = "../spin-componentize/adapter/wasi-common/cap-std-sync" }
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", branch = "sqlite" }
wasi-host = { package = "host", git = "https://github.com/fermyon/spin-componentize", branch = "sqlite" }
wasi-common = { git = "https://github.com/fermyon/spin-componentize", branch = "sqlite" }
wasi-cap-std-sync = { git = "https://github.com/fermyon/spin-componentize", branch = "sqlite" }

[workspace.dependencies.bindle]
git = "https://github.com/fermyon/bindle"
Expand Down

0 comments on commit 0f3e508

Please sign in to comment.