Skip to content

Commit d1596df

Browse files
committed
CI fixes
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 33427a7 commit d1596df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/misc/component-async-tests/http/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "wasi-http-draft"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[dependencies]
78
anyhow = { workspace = true }

crates/misc/component-test-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
env_logger = { workspace = true }
1212
anyhow = { workspace = true }
1313
arbitrary = { workspace = true, features = ["derive"] }
14-
wasmtime = { workspace = true, features = ["component-model", "async"] }
14+
wasmtime = { workspace = true, features = ["component-model", "async", "component-model-async"] }
1515
wasmtime-environ = { workspace = true }
1616
wasmtime-wast-util = { path = '../../wast-util' }
1717
target-lexicon = { workspace = true }

0 commit comments

Comments
 (0)