Skip to content

Commit

Permalink
Update yew requirement from 0.20.0 to 0.21.0
Browse files Browse the repository at this point in the history
Updates the requirements on [yew](https://github.com/yewstack/yew) to permit the latest version.
- [Release notes](https://github.com/yewstack/yew/releases)
- [Changelog](https://github.com/yewstack/yew/blob/master/CHANGELOG.md)
- [Commits](yewstack/yew@yew-v0.20.0...yew-v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 2391f01 commit c331130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bui-demo/frontend_yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib", "rlib"]

[dependencies]
yew = {version="0.20.0", features=["csr"]}
yew = {version="0.21.0", features=["csr"]}
wasm-bindgen = "^0.2"
js-sys = "0.3"
log = "0.4"
Expand Down

0 comments on commit c331130

Please sign in to comment.