Skip to content

Commit

Permalink
Move to the lastest release of spin-componentize
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
  • Loading branch information
rylev committed May 19, 2023
1 parent dfc657b commit 1a77662
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -111,10 +111,10 @@ tracing = { version = "0.1", features = ["log"] }
wasmtime-wasi = { version = "8.0.1", features = ["tokio"] }
wasi-common-preview1 = { package = "wasi-common", version = "8.0.1" }
wasmtime = { version = "8.0.1", features = ["component-model"] }
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" }
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "b6d42fe41e5690844a661deb631d996a2b49debc" }
wasi-host = { package = "host", git = "https://github.com/fermyon/spin-componentize", rev = "b6d42fe41e5690844a661deb631d996a2b49debc" }
wasi-common = { git = "https://github.com/fermyon/spin-componentize", rev = "b6d42fe41e5690844a661deb631d996a2b49debc" }
wasi-cap-std-sync = { git = "https://github.com/fermyon/spin-componentize", rev = "b6d42fe41e5690844a661deb631d996a2b49debc" }

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

0 comments on commit 1a77662

Please sign in to comment.