Skip to content

Commit 8847533

Browse files
committed
Validate host requirements as part of target environments
Signed-off-by: itowlson <[email protected]>
1 parent 69e9f39 commit 8847533

File tree

10 files changed

+291
-71
lines changed

10 files changed

+291
-71
lines changed

Cargo.lock

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

crates/environments/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ spin-serde = { path = "../serde" }
2626
toml = { workspace = true }
2727
tokio = { version = "1.23", features = ["fs"] }
2828
tracing = { workspace = true }
29-
wac-parser = "0.6.0"
30-
wac-resolver = "0.6.0"
31-
wac-types = "0.6.0"
29+
wac-parser = "0.7.0"
30+
wac-resolver = "0.7.0"
31+
wac-types = "0.7.0"
3232
wasm-pkg-client = { workspace = true }
3333
wasmparser = { workspace = true }
3434
wit-component = { workspace = true }
3535
wit-parser = { workspace = true }
3636

3737
[dev-dependencies]
3838
wit-component = { workspace = true, features = ["dummy-module"] }
39-
wit-encoder = "0.229"
39+
wit-encoder = "0.235"
4040

4141
[lints]
4242
workspace = true

0 commit comments

Comments
 (0)