Skip to content

Commit

Permalink
Update leptos-use requirement from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [leptos-use](https://github.com/Synphonyte/leptos-use) to permit the latest version.
- [Release notes](https://github.com/Synphonyte/leptos-use/releases)
- [Changelog](https://github.com/Synphonyte/leptos-use/blob/main/CHANGELOG.md)
- [Commits](Synphonyte/leptos-use@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: leptos-use
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 744f1a2 commit e5be169
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 @@ -15,7 +15,7 @@ repository = "https://github.com/Synphonyte/leptos-bevy-canvas"
bevy = { version = "0.15.0", default-features = false }
crossbeam-channel = "0.5"
leptos = "0.7.0"
leptos-use = { version = "0.14.0", default-features = false, features = ["use_raf_fn"] }
leptos-use = { version = "0.15.0", default-features = false, features = ["use_raf_fn"] }

[dev-dependencies]
bevy = { version = "0.15.0", default-features = false, features = ["bevy_window"] }

0 comments on commit e5be169

Please sign in to comment.