Skip to content

Commit 2b5981d

Browse files
committed
specify wasmtime==38.0.0 when testing sandbox example
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent a564a5f commit 2b5981d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/componentize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ fn sandbox_example() -> anyhow::Result<()> {
204204

205205
Command::new(venv_path(&path).join("pip"))
206206
.current_dir(&path)
207-
.args(["install", "wasmtime"])
207+
.args(["install", "wasmtime==38.0.0"])
208208
.assert()
209209
.success();
210210

0 commit comments

Comments
 (0)