diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index f9b6bdf6679d8..c0b41f03e70e9 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -32,7 +32,7 @@ crossbeam-channel = "0.5.0" anyhow = "1.0.4" thiserror = "1.0" downcast-rs = "1.2.0" -notify = { version = "=5.0.0-pre.11", optional = true } +notify = { version = "=5.0.0-pre.12", optional = true } parking_lot = "0.11.0" rand = "0.8.0"