mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
Fix notify dependency version.
This commit is contained in:
parent
abb434f228
commit
d14c3393a0
@ -71,7 +71,7 @@ r2d2_redis = { version = "0.8", optional = true }
|
|||||||
time = { version = "0.1.40", optional = true }
|
time = { version = "0.1.40", optional = true }
|
||||||
|
|
||||||
[target.'cfg(debug_assertions)'.dependencies]
|
[target.'cfg(debug_assertions)'.dependencies]
|
||||||
notify = { version = "^4.0" }
|
notify = { version = "^4.0.6" }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
Loading…
Reference in New Issue
Block a user