mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
Cargo.toml: unpin notify (#11978)
This commit is contained in:
committed by
GitHub
parent
797b8d68ba
commit
852af483f5
+1
-1
@@ -430,7 +430,7 @@ memchr = "2.7.2"
|
||||
memmap2 = "0.9.4"
|
||||
nix = { version = "0.31.2", default-features = false }
|
||||
nom = "8.0.0"
|
||||
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
|
||||
notify = { version = "8.2.0", features = ["macos_kqueue"] }
|
||||
num-bigint = "0.4.4"
|
||||
num-prime = "0.5.0"
|
||||
num-traits = "0.2.19"
|
||||
|
||||
Reference in New Issue
Block a user