Skip to content

Commit

Permalink
build(deps): update wasi requirement from 0.11 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi-rs) to permit the latest version.
- [Commits](https://github.com/bytecodealliance/wasi-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent d744794 commit 9aa9efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ zerocopy = { version = "0.7" }
[target.'cfg(target_os = "hermit")'.dependencies]
hermit = { path = "../../hermit", default-features = false, features = ["smp", "acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] }
hermit-abi = { path = "../../hermit-abi", default-features = false }
wasi = { version = "0.11" }
wasi = { version = "0.13" }

0 comments on commit 9aa9efd

Please sign in to comment.