Skip to content

Commit

Permalink
Update wasmtime dependency version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 7, 2023
1 parent 6b5f301 commit 89a7fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn bin_wasi_helper(
// Having the wasmtime version hardcoded is not ideal, it's easy enough to overwrite
metadata21
.requires_dist
.push("wasmtime>=3.0.0,<4.0.0".to_string());
.push("wasmtime>=4.0.0,<5.0.0".to_string());
}

Ok(metadata21)
Expand Down
2 changes: 1 addition & 1 deletion tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ fn integration_with_data() {
}

#[test]
// Sourced from https://pypi.org/project/wasmtime/3.0.0/#files
// Sourced from https://pypi.org/project/wasmtime/4.0.0/#files
// update with wasmtime updates
#[cfg(any(
all(target_os = "windows", target_arch = "x86_64"),
Expand Down

0 comments on commit 89a7fce

Please sign in to comment.