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:
François 2021-07-24 04:01:13 +02:00 committed by GitHub
parent 97d8e4e179
commit 56db552d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ crossbeam-channel = "0.5.0"
anyhow = "1.0" anyhow = "1.0"
thiserror = "1.0" thiserror = "1.0"
downcast-rs = "1.2.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" parking_lot = "0.11.0"
rand = "0.8.0" rand = "0.8.0"