Skip to content

Commit

Permalink
Update whisk requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [whisk](https://github.com/ardaku/whisk) to permit the latest version.
- [Changelog](https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md)
- [Commits](ardaku/whisk@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent 3107acd commit 28e9da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,7 @@ optional = true
[dev-dependencies]
async_main = { version = "0.4", features = ["pasts"] }
async-std = "1.11"
whisk = "0.11"
whisk = "0.12"

[target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dev-dependencies]
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 28e9da7

Please sign in to comment.