Skip to content

Commit

Permalink
Bump wasm-pkg-loader to 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian H <brian.hardock@fermyon.com>
  • Loading branch information
fibonacci1729 committed Jun 20, 2024
1 parent f481dc2 commit e7574af
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 45 deletions.
172 changes: 142 additions & 30 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ wasmtime-wasi = "21.0.1"
wasmtime-wasi-http = "21.0.1"

spin-componentize = { path = "crates/componentize" }
wasm-pkg-loader = "0.4.1"

[workspace.lints.clippy]
# TODO: Remove this once https://github.com/rust-lang/rust-clippy/issues/12281 is resolved
Expand Down
2 changes: 1 addition & 1 deletion crates/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tokio-util = "0.6"
toml = "0.8.2"
tracing = { workspace = true }
walkdir = "2.3.2"
wasm-pkg-loader = { git = "https://github.com/bytecodealliance/wasm-pkg-tools/", rev = "5384205af449179de07ad82ecf4bd42b171a2e40" }
wasm-pkg-loader = "0.4.1"

[dev-dependencies]
tokio = { version = "1.23", features = ["rt", "macros"] }
Expand Down
Loading

0 comments on commit e7574af

Please sign in to comment.