Skip to content

Commit

Permalink
Update wasi requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi) to permit the latest version.
- [Commits](bytecodealliance/wasi-rs@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: wasi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 8c14d6e commit 18d5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ winapi = { version = "0.3", features = ["profileapi"] }
web-sys = { version = "0.3", features = ["Window", "Performance"] }

[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies]
wasi = "0.11"
wasi = "0.12"

[dev-dependencies]
average = "0.14"
Expand Down

0 comments on commit 18d5c25

Please sign in to comment.