mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
fix version of notify to 5.0.0-pre.10 (#2529)
* fix version of notify to 5.0.0-pre.2 * update to latest pre release of notify
This commit is contained in:
parent
97d8e4e179
commit
56db552d9f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ crossbeam-channel = "0.5.0"
|
|||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
downcast-rs = "1.2.0"
|
||||
notify = { version = "5.0.0-pre.2", optional = true }
|
||||
notify = { version = "=5.0.0-pre.10", optional = true }
|
||||
parking_lot = "0.11.0"
|
||||
rand = "0.8.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue