Skip to content

Commit

Permalink
Update notify requirement from =5.0.0-pre.11 to =5.0.0-pre.15
Browse files Browse the repository at this point in the history
Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@5.0.0-pre.11...5.0.0-pre.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2022
1 parent 814f8d1 commit ee38d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = "1.0.4"
thiserror = "1.0"
downcast-rs = "1.2.0"
fastrand = "1.7.0"
notify = { version = "=5.0.0-pre.11", optional = true }
notify = { version = "=5.0.0-pre.15", optional = true }
parking_lot = "0.12.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit ee38d98

Please sign in to comment.