Skip to content

Commit

Permalink
Update wasmtime dependency version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 28, 2023
1 parent 765915c commit bc3a127
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 @@ -133,7 +133,7 @@ fn bin_wasi_helper(
// Having the wasmtime version hardcoded is not ideal, it's easy enough to overwrite
metadata21
.requires_dist
.push("wasmtime>=6.0.0,<7.0.0".to_string());
.push("wasmtime>=7.0.0,<8.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/6.0.0/#files
// Sourced from https://pypi.org/project/wasmtime/7.0.0/#files
// update with wasmtime updates
#[cfg(any(
all(target_os = "windows", target_arch = "x86_64"),
Expand Down

0 comments on commit bc3a127

Please sign in to comment.