diff --git a/crates/mun_compiler_daemon/Cargo.toml b/crates/mun_compiler_daemon/Cargo.toml index 11ba5005a..64212fce4 100644 --- a/crates/mun_compiler_daemon/Cargo.toml +++ b/crates/mun_compiler_daemon/Cargo.toml @@ -20,4 +20,4 @@ mun_codegen = { version = "=0.4.0-dev", path = "../mun_codegen" } mun_compiler = { version = "=0.4.0-dev", path = "../mun_compiler" } mun_project = { version = "=0.4.0-dev", path = "../mun_project" } mun_hir = { version = "=0.4.0-dev", path = "../mun_hir" } -notify = { version = "4.0", default-features = false } +notify = { version = "5.1", default-features = false }