Skip to content

Commit

Permalink
Update whisk requirement from 0.12 to 0.13 (#41)
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.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 10, 2024
1 parent 05ad57b commit 654db23
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 @@ -20,7 +20,7 @@ optional = true
[dev-dependencies]
async_main = { version = "0.4", features = ["pasts"] }
async-std = "1.11"
whisk = "0.12"
whisk = "0.13"

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

0 comments on commit 654db23

Please sign in to comment.