Compare commits

...

2 Commits

Author SHA1 Message Date
Carter Anderson
db55bf5504 Release bevy_asset 0.5.1 2021-07-23 19:09:52 -07:00
François
56db552d9f
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
2021-07-23 19:01:13 -07:00

View File

@ -1,6 +1,6 @@
[package]
name = "bevy_asset"
version = "0.5.0"
version = "0.5.1"
edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
@ -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"