Skip to content

Commit

Permalink
Merge pull request #1731 from messense/wasmtime-11.0
Browse files Browse the repository at this point in the history
Update wasmtime dependency version to 11.0
  • Loading branch information
messense authored Aug 12, 2023
2 parents 38d33b3 + 9d5f727 commit be8b150
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(Requirement::from_str("wasmtime>=7.0.0,<8.0.0").unwrap());
.push(Requirement::from_str("wasmtime>=11.0.0,<12.0.0").unwrap());
}

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 @@ -353,7 +353,7 @@ fn integration_with_data() {
}

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

0 comments on commit be8b150

Please sign in to comment.