From 56db552d9fe5ec910181192b9d13ac2bb2044baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 24 Jul 2021 04:01:13 +0200 Subject: [PATCH] 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 --- crates/bevy_asset/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 6abbe968c9..2775eec451 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -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"