Skip to content

Commit

Permalink
fix: macos notify
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 16, 2024
1 parent d940ccb commit 8ad96eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ toml = { version = "0.8.8", default-features = false }
unicode-xid = { version = "0.2.4", default-features = false }
walkdir = { version = "2.4.0", default-features = false }
yansi-term = { version = "0.1.2", default-features = false }
notify = { version = "5.2.0", default-features = false }
notify = { version = "5.2.0" }
winapi = { version = "0.3.9", default-features = false }

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion crates/mun_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mun_memory = { version = "0.6.0-dev", path = "../mun_memory" }
mun_project = { version = "0.6.0-dev", path = "../mun_project" }
itertools = { workspace = true, features = ["use_alloc"] }
log = { workspace = true }
notify = { workspace = true, features = ["macos_kqueue", "macos_fsevent", "crossbeam-channel"] }
notify = { workspace = true }
once_cell = { workspace = true }
parking_lot = { workspace = true }
rustc-hash = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/mun_vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ license.workspace = true
mun_paths = { version = "0.6.0-dev", path="../mun_paths" }
crossbeam-channel = { workspace = true }
log = { workspace = true }
notify = { workspace = true, features = ["macos_kqueue", "macos_fsevent", "crossbeam-channel"] }
notify = { workspace = true }
rustc-hash = { workspace = true }
walkdir = { workspace = true }

0 comments on commit 8ad96eb

Please sign in to comment.